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 independent blind judges examine the same immutable target, so only findings confirmed by both judges trigger fixes. ## Core Features & Use Cases - Blind Dual Review: Launches two read-only judges in parallel against an identical immutable target with identical scope and criteria, then merges their findings into a frozen ledger. - Bounded Fix Rounds: Applies corrections 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 with confirmed, suspect, contradiction, and info counts, ending in a terminal state of approved or escalated. - Use Case: Before merging a critical authentication module, request a Judgment Day review so two independent judges verify correctness, security, and error handling, with fixes validated by scoped re-judgment. ## Quick Start Ask the assistant to run Judgment Day on a specific file or change set, for example by saying run judgment day on the auth module.