do-review
Installation
SKILL.md
Review changed code against the requested outcome and accepted plan. Produce structured, severity-bucketed findings. Review is read-only — no file writes, no test execution.
Workflow
- Scope check — confirm what was requested and what changed.
- Evidence check — validate claims against current code and requirements.
- Spec compliance — verify built behavior matches requested behavior.
- Risk pass — correctness, security, performance, maintainability (scale by risk level).
- Quality pass — readability, cohesion, duplication, test adequacy, edge/failure coverage.
- Output — return findings using severity buckets below.
Severity Buckets
| Bucket | Gate behavior |
|---|---|
blocking |
Must fix before completion. Requires E2+ evidence. |
should_fix |
Recommended fix. Blocks completion unless user explicitly defers. |
follow_up |
Tracked debt. Does not block completion — record for future action. |