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 an identical immutable target with identical criteria, then merges their findings into a frozen ledger. - Bounded Fix Rounds: Applies fixes only for 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 with confirmed, suspect, contradiction, and info counts, ending in exactly one terminal verdict: APPROVED or ESCALATED. - Use Case: Before merging a critical pull request, request a Judgment Day review so two independent judges verify correctness, security, and edge cases, and any confirmed severe defect is fixed and re-judged within a bounded loop. ## Quick Start Ask the assistant to run Judgment Day on a specific target, for example: run judgment day dual review on the changes in src/payments.