What problem does it solve? Code reviews often miss subtle bugs, edge cases, and spec deviations because a single reviewer pass lacks diverse perspectives. This Skill runs adversarial multi-layer reviews on git diffs and turns raw findings into triaged, actionable outcomes. ## Core Features & Use Cases - Parallel adversarial review layers: Launches a Blind Hunter, Edge Case Hunter, and Acceptance Auditor (when a spec file is provided) against the same diff, then merges and deduplicates their findings. - Structured triage and severity routing: Reads surrounding source code before rating severity, then routes each finding into decision-needed, patch, defer, or dismiss buckets. - Story and sprint integration: Writes findings into story files, applies patches on request, and syncs story status back to sprint-status.yaml. - Use Case: After finishing a feature branch, ask for a review of the branch diff against main; the Skill gathers the diff, runs the review layers, presents triaged findings, and applies approved fixes. ## Quick Start Ask the assistant to run a code review on your current uncommitted changes or a branch diff against main.