What problem does it solve? Manual code reviews often miss subtle bugs, edge cases, and deviations from specifications because a single reviewer has limited perspective. This Skill runs adversarial multi-layer reviews over a git diff and triages every finding into actionable categories, so nothing slips through and no noise wastes your time. ## Core Features & Use Cases - Parallel Adversarial Review Layers: Launches three independent reviewers — a Blind Hunter (diff only), an Edge Case Hunter (diff plus project access), and an Acceptance Auditor (diff plus spec) — to catch issues from different angles. - Structured Triage: Normalizes, deduplicates, and classifies all findings into decision-needed, patch, defer, or dismiss buckets with precise file and line references. - Sprint Integration: Writes findings back into story files, syncs sprint-status.yaml, and tracks deferred work in a deferred-work log. - Use Case: After finishing a feature branch, ask for a review of your branch diff against main; the Skill gathers the diff, runs the three review layers, presents triaged findings, and optionally applies every unambiguous patch for you. ## Quick Start Ask the assistant to run code review on your current uncommitted changes or on a branch diff against main.