What problem does it solve? Code reviews often miss edge cases, verification gaps, and spec deviations because a single reviewer cannot cover every angle. This Skill runs several independent reviewers in parallel against a diff, then triages their findings into actionable decisions, patches, and deferred work. ## Core Features & Use Cases - Parallel adversarial review layers: Launches independent reviewers (Blind Hunter, Edge Case Hunter, Verification Gap, Acceptance Auditor) against a unified diff, each with a distinct review mandate. - Structured triage and routing: Verifies every finding, assigns verdicts, groups by root cause, and routes results into decision-needed, patch, or defer buckets. - Sprint and story integration: Writes findings into story files, updates story status, and syncs sprint-status.yaml after the review completes. - Use Case: After finishing a feature branch, ask for a code review; the Skill diffs against the base branch, runs all review layers, and presents verified findings you can patch immediately or defer. ## Quick Start Ask the assistant to run a code review on your current branch changes against main.