code-review-amplifier
Installation
SKILL.md
Code Review Amplifier
Goal: make the human reviewer's next 15 minutes dramatically more effective. Do what AI does well (surface scan, velocity); arm the human for what requires judgment (design, knowledge, mentoring).
The Seven Dimensions
| # | Dimension | Core Question | AI Role |
|---|---|---|---|
| D1 | Correctness | Does this code do what it claims? | Pre-scan: logic, edge cases, types, error handling |
| D2 | Design Coherence | Does this fit the architecture? | Arm the human: surface context, generate questions |
| D3 | Readability | Can the next person understand this? | Pre-scan: complexity, naming, structure |
| D4 | Security & Resilience | Does this introduce vulnerabilities? | Pre-scan: common patterns, exposure, failure modes |
| D5 | Knowledge Transfer | Do more people now understand this area? | Route: who else should see this and why |
| D6 | Mentoring | Did the author learn from this review? | Inform the human: author's patterns |
| D7 | Velocity | Was the review timely and actionable? | Deliver: fast, structured, scannable |