What problem does it solve? Reviewing a change, verifying each finding, repairing real defects, and re-reviewing until clean is a repetitive multi-round loop that is easy to do inconsistently. This Skill orchestrates that entire cycle with a defined review policy, claim tracking, and verification gates, while leaving all repairs uncommitted. ## Core Features & Use Cases - Configurable Review Policy: Run the built-in Default Review Policy (code-review, brooks-review, ask-exemplar, zero-tech-debt, writing-code), name specific review skills, or supply a free-form brief that becomes an ad-hoc review request. - Verified Findings Only: Every reviewer claim is independently verified against the source, a Scope Contract, or direct checks before any repair; speculative hardening and scope expansion are rejected and recorded. - Adaptive Rounds with Gates: Repairs pass Synthesis and Repair Gates, then trigger Full or Delta re-review rounds until the change is clean, with remote CI classified as evidence, stale, or infrastructure failure. - Use Case: Before merging a pull request, run /review-fix #123 to have report-only reviewers inspect the diff, fix verified defects, re-review the repair, and receive a clean outcome with a downstream handoff summary. ## Quick Start Ask the AI to run /review-fix on the current branch or a specific PR number, optionally adding a free-form review brief such as a security or maintainability focus.