What problem does it solve? Code reviews often apply the same shallow effort to every change, missing severe defects in risky diffs while wasting time on trivial ones. This Skill sizes the review to the actual risk of the target and produces evidence-backed findings without ever modifying your code. ## Core Features & Use Cases - Risk-Tiered Triage: Classifies the frozen target as trivial, standard, or full-4r, applying zero, one, or all four lenses (Risk, Readability, Reliability, Resilience) accordingly. - Evidence-Backed Findings: Lens workers return structured findings with severity, evidence class, and causal disposition; only introduced or worsened BLOCKER/CRITICAL defects can block. - Refutation and Fix Rounds: Full-4r reviews run one refuter pass to corroborate or refute inferential severe findings, with up to two scoped fix re-review rounds. - Use Case: Before merging a branch that touches authentication logic, ask for a 4R review; the Skill freezes the diff, runs all four lenses plus a refuter pass, and reports a verdict with an optional persisted ledger at docs/reviews/. ## Quick Start Ask the assistant to run a 4r-review on the current branch changes before merging.