review
Installation
SKILL.md
Code Review
Bug-first triage: report only findings with evidence, reachable impact, and a concrete fix. Prefer silence over false positives.
Step 1 — Gather Context
- Identify the changed files or specific code under review.
- Read applicable project guidance: root
CLAUDE.md/REVIEW.mdand any path-local copies in directories containing reviewed files. - Build a guidance map: which rules apply to which paths, including skip rules for generated files, vendored code, snapshots, fixtures, or other exclusions.
- Load routed references when the changed code matches a reference trigger.
Done only when the review scope, applicable guidance, and skipped paths are known. If any context is unavailable, state what is missing before reviewing.