code-review-expert
Installation
SKILL.md
Code Review Expert
Perform a structured, findings-first review of the requested change set. Default to review-only output. Do not implement fixes unless the user explicitly asks.
Iron Laws
- Resolve the review scope before reading deeply.
- Ground every finding in evidence from the diff, surrounding code, or a concrete failure mode.
- Prioritize correctness, security, data integrity, concurrency, and missing tests over style.
- Keep summaries brief. Findings come first.
- If a concern is plausible but unproven, label it as an open question instead of a bug.
Review Scope
Determine the target before starting the review: