What problem does it solve? Single-reviewer code reviews miss defects and suffer from individual bias. This Skill orchestrates two independent judge agents that review the same target in parallel without seeing each other's verdicts, then synthesizes only confirmed findings before any fix is applied. ## Core Features & Use Cases - Blind Dual Review: Launches two judges in parallel with identical prompts and criteria, then classifies findings as confirmed, suspect, contradiction, or INFO. - Fix and Re-Judge Loop: Delegates confirmed fixes to a separate fix agent and immediately re-runs both judges to verify no regressions, ending only in APPROVED or ESCALATED states. - Warning Triage: Distinguishes real warnings triggerable by normal use from theoretical ones, downgrading the latter to INFO. - Use Case: Before merging a large PR touching shared test fixtures, trigger Judgment Day to get an adversarial dual verdict, fix confirmed criticals, and re-judge until approved. ## Quick Start Ask the AI to run Judgment Day on the current diff or a specific set of files before creating the pull request.