stage-self-reviewlisted
Install: claude install-skill m4ttstack/skills
# stage: self-review
{{stage.fields}}
## Run state
Contracts v2 and v3 (authoritative text: the parameterized-skills skill's convention reference).
- First action: `rt runs stage-start --stage self-review`
- Read consumed fields with `rt runs field get <key>` before
deriving or asking for them.
- Write each declared produce the moment it exists:
`rt runs field set <key> <value> --stage self-review`
- Last action on success: `rt runs stage-done --stage self-review`;
on failure: `rt runs stage-fail --stage self-review --reason
"<what actually failed>"` before you report it.
## Domain rules
{{slot:domain}}
When nothing is inlined above, follow the generic path below.
Unbound (generic fallback): dispatch one fresh-context subagent to review
the diff (`git diff <branch-point>..HEAD`) against the ticket or task
description: correctness, tests present and honest, scope drift. Fix
blocking findings before finishing (each fix is itself test-first).
Finish by writing `review` (one line: verdict plus findings fixed/waived).