What problem does it solve? Code reviews done by the same context that wrote the code produce rubber-stamp approvals, and reviews done by reading alone produce plausible-sounding findings that don't reproduce. This Skill fixes both by dispatching fresh-context reviewer subagents that attack the change from distinct lenses, then requiring skeptic subagents to reproduce every finding in an isolated git worktree before it counts. ## Core Features & Use Cases - Lens-based reviewer panel: Dispatches correctness, tests, security, simplification, and spec-compliance reviewers in parallel, each with a verbatim adversarial prompt and no access to the author's reasoning. - Execution-based verification: Every finding must be reproduced by a skeptic subagent with a command and observed output in an isolated git worktree; unreproduced findings are reported as PLAUSIBLE, never promoted. - Bounded fix loop: Re-runs each confirmed finding's reproduction against fixes, re-reviews only the fix diff, and caps re-review at two cycles before escalating. - Use Case: Before merging a feature branch, run this Skill to get a structured verdict (BLOCK / FIX-THEN-MERGE / SHIP) with confirmed findings, reproductions, accepted trade-offs, and a mandatory Not covered section. ## Quick Start Ask the agent to adversarially review the current branch against main before merging.