What problem does it solve? Single-reviewer code reviews often miss defects due to individual bias and limited perspective. This Skill coordinates three parallel review agents to pressure-test a change from verification, code quality, and adversarial risk angles before release. ## Core Features & Use Cases - Parallel Multi-Agent Review: Launches verifier, reviewer, and challenger subagents in one batch via the Pi subagent tool, collecting executable evidence, code-review findings, and skeptical risk questions simultaneously. - Two-Pass Mode: Separates specification compliance review (Pass 1) from code quality review (Pass 2) when requested with --2pass, classifying findings as under-built or over-built. - Structured Release Decision: Produces a severity-classified report (Must fix / Should fix / Remaining risk) with an Overall verdict of Ready, Needs changes, or Blocked. - Use Case: Before merging a critical feature branch, ask for a stress interview of the change to get test evidence, security findings, and adversarial failure scenarios compared side by side. ## Quick Start Ask the agent to run a stress interview on your current change or pull request to get a parallel multi-angle review with a release readiness verdict.