| name | agent-review |
| description | Review the latest work unit with fresh, unnarrowed eyes and surface any problem it contains as follow-ups. Use after a work-unit commit, or when the user runs /agent-review. |
/agent-review — Fresh Eyes on Finished Work
A fresh-context pass that reads the latest work cold and surfaces any problem the
work contains. Distinct from /premortem: that imagines what the work is
missing; this audits what it holds. The two are complementary lenses, not a
repeated read.
Usage
/agent-review — review the latest work-unit commit (HEAD)
/agent-review <ref> — review a specific commit or range
Workflow
- Load
.claude/agents/agent-review-agent.md.
- Resolve the diff: default to the last commit (
HEAD); use <ref> if given.
- Dispatch
agent-review-agent (Agent tool) with the diff and one line of
context on what the work unit did.
- Surface the agent's verdict: PASS is silent; CONCERNS/BLOCK list each problem,
its place in the diff, and the named missing guard, as follow-ups. Findings
never revert the commit.
Dispatch context
When an orchestrator (/continue) dispatches this as a work-unit review pass, the
agent runs concurrently with premortem — two independent fresh-context reads
of the same diff. The timing and the diff it reads in that path (the pre-refactor
behavior commit — HEAD or HEAD~N..HEAD — dispatched in the /refactor batch)
are owned by /continue; see its
"Pre-Commit Review Passes" section. Run standalone, this skill reviews HEAD (or
<ref>) on demand. The agent is read-only; it reports, it does not edit.