What problem does it solve? Single-reviewer code reviews can miss defects or produce unverified findings. This Skill orchestrates an explicit dual review where two blind, read-only judges independently inspect the same immutable target, so only findings confirmed by both judges trigger fixes. ## Core Features & Use Cases - Blind Dual Review: Launches two independent judges in parallel against an identical immutable target with identical criteria, then merges their findings into a frozen ledger. - Bounded Fix Rounds: Applies corrections only for severe findings confirmed by both judges, with at most two fix rounds and two scoped re-judgments. - Escalation Discipline: Contradictions between judges or issues surviving round two escalate to a human decision instead of looping indefinitely. - Use Case: Before merging a critical pull request, request Judgment Day to get an adversarial double review that ends in a single terminal verdict: JUDGMENT: APPROVED or JUDGMENT: ESCALATED. ## Quick Start Ask the assistant to run Judgment Day dual review on the specific files or changes you want verified.