What problem does it solve? Code reviews often miss subtle bugs, edge cases, and deviations from the spec because a single reviewer pass cannot cover every angle. This Skill runs adversarial multi-layer reviews of code changes and triages findings into actionable categories so nothing slips through. ## Core Features & Use Cases - Parallel Adversarial Review Layers: Runs a Blind Hunter (diff-only), Edge Case Hunter (diff plus project access), and Acceptance Auditor (diff plus spec) to catch different classes of issues. - Structured Triage: Normalizes, deduplicates, and classifies findings into decision_needed, patch, defer, or dismiss buckets. - Story and Sprint Integration: Writes findings into story files, updates story status, and syncs sprint-status.yaml tracking. - Use Case: After finishing a feature branch, ask for a code review; the Skill gathers the diff, launches the three review layers, triages the findings, and lets you apply patches or defer items with full traceability. ## Quick Start Run a code review on my current branch changes against main and triage any findings.