Code Review Skill
Use when
- •Reviewing PRs/changesets
- •Self-review before shipping
Review checklist
- •Correctness: does it do what it claims?
- •Safety: errors explicit, no silent fallbacks.
- •Scope: minimal diff, no unrelated refactors.
- •Consistency: follows existing patterns.
- •Tests: added/updated where appropriate.
- •UX (if frontend): states + responsiveness + readability.
Output format
- •3–8 bullets: issues + suggested fixes
- •call out any high-risk areas and validation steps