What problem does it solve? Manual code reviews often miss edge cases, acceptance criteria violations, and subtle bugs because a single reviewer has limited perspective. This Skill runs multiple adversarial review layers in parallel and triages findings into actionable categories, so nothing slips through and every issue gets a clear resolution path. ## Core Features & Use Cases - Parallel Adversarial Review: Launches three independent review layers — Blind Hunter (diff-only), Edge Case Hunter (diff plus project access), and Acceptance Auditor (diff plus spec) — to catch issues from different angles. - Structured Triage: Normalizes, deduplicates, and classifies findings into decision-needed, patch, defer, or dismiss buckets, then writes them to the story file and deferred-work log. - Sprint Integration: Detects stories in review status from sprint-status.yaml, updates story status after review, and syncs sprint tracking automatically. - Use Case: After finishing a story implementation, run the review against your branch diff and spec file; the Skill identifies acceptance criteria violations, applies approved patches, and marks the story done in sprint tracking. ## Quick Start Ask the AI to run code review on your current branch changes against the story spec file.