What problem does it solve? Code reviews often miss subtle bugs, edge cases, and deviations from the spec because a single reviewer pass lacks diverse perspectives. This Skill runs adversarial multi-layer reviews over a git diff and turns raw findings into triaged, actionable outcomes. ## Core Features & Use Cases - Parallel Adversarial Review Layers: Runs a Blind Hunter (diff only), an Edge Case Hunter (diff plus project access), and an 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. - Actionable Outcomes: Writes findings into the story file, applies patches on request, tracks deferred work, and syncs sprint-status.yaml. - Use Case: After finishing a story branch, ask for a review of the branch diff against main; the Skill gathers the diff, runs the three review layers, presents triaged findings, and applies approved fixes. ## Quick Start Ask the assistant to run code review on your current branch diff against main and walk you through the findings.