review
Installation
SKILL.md
/review
Workflow
- Run
git diff main...HEAD— get ACTUAL diff, never reconstruct - Produce structured review (severity tiers below)
- Ask ≤5 grill-me questions (one per key design decision)
- On approval: apply Blocker fixes → run tests → run lint → commit (conventional message)
Severity Tiers
| Tier | Criterion | Required Action |
|---|---|---|
| Blocker | Bug, security hole, data loss, broken invariant | Fix before merge |
| Concern | Design flaw, missing test, perf issue | Discuss + likely fix |
| Nit | Style, naming, minor duplication | Optional |