review-code
Installation
SKILL.md
Review Code
Workflow
- Establish the review target and comparison base.
- Inspect the diff, then trace changed behavior through callers, contracts, persistence, side effects, and tests.
- Inspect the target, isolation, fixtures, and side effects before running a narrow check that materially confirms a suspected issue.
- Rank findings by impact and confidence; remove duplicates and speculation.
- Return findings first, followed by open questions and a short summary.
Use correctness as the default lens. For large, risky, or requirement-heavy changes, add the standards and specification lenses in references/review-lenses.md. Keep each finding tied to its source; documented rules and acceptance criteria outrank personal preference.