What problem does it solve? Single-reviewer code reviews can miss defects or produce unverified findings. This Skill orchestrates an explicit dual-review process 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 one immutable target with identical scope and criteria, then merges their findings into a frozen ledger. - Bounded fix rounds: Applies fixes only to severe findings confirmed by both judges, with at most two fix rounds and two scoped re-judgments before escalation. - Structured verdicts: Produces a frozen ledger, verdict YAML, and a terminal state of either approved or escalated, with contradictions escalated for human decision. - Use Case: Before merging a critical pull request, request a Judgment Day review so two independent judges verify correctness, security, and error handling, and only mutually confirmed severe defects are corrected. ## Quick Start Ask the AI to run Judgment Day dual review on the specific files or changes you want verified.