What problem does it solve? Code review requests often trigger either shallow skim-reading or expensive multi-agent fan-out, producing false positives or wasted tokens. This Skill reviews a change set (diff, staged changes, recent commits, or a PR) read-only and produces a prioritized findings list where every claim is anchored to a file:line and verified before reporting. ## Core Features & Use Cases - Cost-proportional review ladder: Defaults to L1 (inline reading plus runtime verification of risky claims via repro scripts, type checks, or tests), auto-escalates only to L2 for high-risk diffs, and runs L3 multi-axis fan-out solely on explicit user request. - False-positive filtering: Every finding passes a pre-report gate, quote-the-line evidence requirement, and falsification attempt; severity and confidence are scored separately, and low-confidence findings are withheld. - Structured output and delegation: Findings carry stable IDs, severity, confidence, effort, and autofix labels, and fix requests are handed off to a review-fix-verify loop rather than edited in place. - Use Case: Before merging a pull request, ask for a review and receive a summary header with diff scope and level, plus findings like "#2 [High · conf:high] path/to/file.ext:42" with quoted evidence, impact, and suggested fix. ## Quick Start Review the staged changes in my current git repository and list any high-severity findings with file and line evidence.