# Stage Reviewer

> Use when checking whether a completed stage produced the artifacts and validation evidence required by the approved plan.

- Skill: `vimalinx/stage-reviewer` (Agent Skill)
- Install (CLI): `npx skillmds add vimalinx/stage-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vimalinx/stage-reviewer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vimalinx (https://skillmd.com/u/vimalinx)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/vimalinx/stage-reviewer

---


# stage-reviewer

## Responsibility

Review stage outputs against the plan's validation criteria and decide whether the stage is complete, failed, or incomplete.

## Inputs

- artifacts produced by the stage
- stage validation rules
- relevant logs or summaries

## Outputs

- stage verdict
- missing evidence list
- issues to attach to run state

## Workflow

1. Read the stage validation rules from the approved plan.
2. Check whether required artifacts and summaries exist.
3. Mark the stage as complete only when evidence is present.
4. Record issues or missing evidence in run state.

## Guardrails

- Artifact existence alone is not always enough; use validation rules.
- Do not mark a stage complete when evidence is ambiguous.
- Record uncertainty explicitly instead of smoothing it over.

