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 every finding so only verified, actionable issues reach you. ## Core Features & Use Cases - Parallel adversarial review layers: Launch independent reviewers (Blind Hunter, Edge Case Hunter, Verification Gap, Acceptance Auditor) against a unified diff, each with its own methodology. - Evidence-based triage: Verify every finding against the actual code, assign verdicts (high/medium/low/false/maybe-false), group by root cause, and route to decision-needed, patch, or defer buckets. - Sprint integration: Write findings into story files, sync sprint-status.yaml, and optionally apply patches directly. - Use Case: After finishing a feature branch, ask for a code review; the Skill diffs against main, runs four reviewers in parallel, filters out false positives, and presents only confirmed issues with fix options. ## Quick Start Ask the assistant to run a code review on your current branch changes against main.