What problem does it solve? Code changes often ship without an independent review, or get reviewed against the wrong diff range, producing approvals that describe code nobody actually examined. This Skill establishes the correct review range, dispatches a reviewer subagent, and owns the fix-and-re-review loop until no Critical or Important issue remains. ## Core Features & Use Cases - Review Range Establishment: Determines the correct base commit, includes uncommitted working-tree changes, and surfaces untracked files so the reviewer sees the real change. - Reviewer Dispatch with Model Selection: Fills a structured prompt template and dispatches a reviewer subagent at a model tier matched to the change, escalating only on evidence. - Fix-and-Re-Review Loop: Routes findings through work-review-receive, re-dispatches after fixes within a three-dispatch budget, and returns a strict verdict contract (Approved, Issues outstanding, Nothing to review, Range unknown). - Use Case: Before merging a feature branch or committing a bug fix, invoke this Skill so an independent reviewer examines the full diff, findings get fixed, and the fixes themselves are re-reviewed before approval. ## Quick Start Ask the assistant to run the work-review-request skill to review the current uncommitted changes against the feature base commit before opening a pull request.