What problem does it solve? Code reviews often miss subtle bugs, edge cases, or deviations from the spec because a single reviewer has one perspective. This Skill runs an adversarial multi-layer review of your code changes 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 a Blind Hunter (diff only, no context), an Edge Case Hunter (diff plus project access), and an Acceptance Auditor (diff against spec) to catch different classes of issues. - Structured Triage: Normalizes, deduplicates, and classifies findings into decision_needed, patch, defer, or dismiss buckets, then writes them into the story file and a deferred-work log. - Flexible Diff Sources: Reviews uncommitted changes, staged changes, branch diffs, commit ranges, or user-provided diffs, with optional sprint-status integration to auto-detect stories awaiting review. - Use Case: After finishing a feature branch, ask for a code review; the Skill gathers the diff, runs three review layers in parallel, presents triaged findings, applies approved patches, and updates the story and sprint status. ## Quick Start Ask the assistant to run a code review on your current branch changes against main.