# Forge Evaluation

> Apply FORGE definition-of-done and evidence checks to a task. Use when verifying completion gates, required testing, documentation updates, and whether the task is eligible to be marked complete and committed.

- Skill: `redteamlife/forge-evaluation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add redteamlife/forge-evaluation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/redteamlife/forge-evaluation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: redteamlife (https://skillmd.com/u/redteamlife)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/redteamlife/forge-evaluation

---


# FORGE Evaluation

Use this skill to decide whether a task is actually complete.

## Use When

- critique and required security review are complete
- the user asks whether a task is done, complete, ready to commit, or ready to close
- `forge-review` routes here as the final review gate

## Do Not Use When

- the implementing agent is barred by `requires_independent_review: true`
- critique or required security review has not run
- the task source, validation evidence, or completion target is unclear

## Evaluate

- task scope is satisfied without unrelated work
- required validation was run
- critique pass is complete
- security review is complete
- if the task declares `requires_independent_review: true`, the implementing agent does not mark it `complete`; evaluation must be performed by a human reviewer or a separate agent session
- required docs are updated
- when `application_docs: true`, the human-facing `docs/` files matching the task's maintenance triggers are updated in the same change set; see `../references/application-docs.md` for the trigger map
- when `application_docs: true` and `task_type: architecture-decision`, a new `docs/adr/NNNN-<slug>.md` is present in the change set
- required contract artifacts are updated in the same change set when API, client, schema, generated artifact, or integration-boundary behavior changes
- required DevSecOps evidence is present when the task changes repository controls, CI, CD, dependencies, build artifacts, SBOM, or deployment behavior
- task status and Conventional Commit metadata are ready
- commit message is free of AI attribution or tool-marketing lines
- in team mode, task claim, branch, reviewer, and PR metadata are consistent
- for `task_source: github` or `task_source: gitlab`, issue assignment, labels, and comments match the intended task transition
- for issue-backed work, PR/MR links, branch naming, and issue identifiers match project policy
- for `task_source: external`, external tracker evidence or human acceptance is recorded before completion
- in solo mode, the task is ready to be marked `complete` and committed with a Conventional Commit before any new task starts

## Hard Stops

Stop when:

- critique is missing or has blockers
- required security review is missing or has unresolved concerns
- validation did not run and no accepted blocker explains why
- required docs, contracts, ADRs, XPDs, or DevSecOps evidence are missing
- task state, branch, PR/MR, issue, or release metadata cannot be reconciled
- `requires_independent_review: true` prevents self-evaluation

## Rationalizations To Reject

| Rationalization | FORGE response |
|---|---|
| "The code works locally." | Completion requires recorded validation and governance evidence. |
| "The reviewer can catch missing docs." | Evaluation fails when required docs are missing. |
| "Security is n/a because this is not auth code." | Security review follows the actual change surface, not only auth changes. |
| "The task is merged, so it is complete." | Team mode distinguishes implemented, integrated, and complete. |
| "I can self-evaluate despite independent review." | Independent review requires a human or separate session. |

## Evidence

Prefer storing structured evidence in `docs/forge/EVALUATION.md`.

If the project uses CI enforcement, confirm that the expected artifacts are updated in the same change set.
For team-full mode, prefer also posting the evaluation summary on the PR so reviewers see it in the review surface.
If a task declares `requires_independent_review: true`, do not self-evaluate completion; post the PR or handoff and wait for human sign-off or a separate review session.
In team mode, prefer task-scoped append-only entries over rewriting shared narrative summaries.

Keep evaluation output compact: gate result first, short evidence notes second.
Do not restate validation reasoning already captured in `EVALUATION.md` unless needed to explain a fail or blocker.

