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 review layers in parallel against a diff, then verifies, triages, and routes every finding so only real, actionable issues reach the developer. ## Core Features & Use Cases - Parallel adversarial review layers: Launches independent reviewers (Blind Hunter, Edge Case Hunter, Verification Gap, Acceptance Auditor) against a unified diff file, each with its own methodology. - Evidence-based triage: Verifies every finding against the actual code, assigns verdicts (high/medium/low/false/maybe-false), groups by root cause, and routes results into decision-needed, patch, or defer buckets. - Story and sprint integration: Writes findings into story files, updates story status, and syncs sprint-status.yaml when a story key is available. - Use Case: After finishing a feature branch, ask for a code review; the Skill builds the branch diff, runs all review layers, rejects false positives, and offers to apply the surviving patches automatically. ## Quick Start Ask the assistant to run a code review on your current branch diff against main and apply the confirmed patches.