judgment-day

Runs two blind independent reviews of code or documents and merges findings by convergence.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/nico0695/ai-tools --skill judgment-day-nico0695
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: judgment-day
Source: https://github.com/nico0695/ai-tools/tree/main/skills/generic-skills/judgment-day
Command: npx skills add https://github.com/nico0695/ai-tools --skill judgment-day-nico0695

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Single-reviewer code or document reviews can miss defects or produce unverified claims. This Skill raises confidence on high-stakes targets by having two blind judges review the same frozen target independently, treating their agreement as corroboration and escalating contradictions to you. ## Core Features & Use Cases - Dual blind review: Launches two independent judge subagents with byte-identical prompts so neither sees the other's work before merging. - Convergence-based merge: Classifies findings as confirmed (both judges), suspect (one judge), contradiction (incompatible claims), or info, with a structured verdict of APPROVED or ESCALATED. - Code and artifact modes: Reviews frozen diffs, branches, PRs, or commit ranges, as well as single documents like specs, designs, plans, and RFCs. - Optional ledger and re-judgment: Persists a review ledger at docs/reviews/{target-slug}.md on request and supports up to two scoped re-judgments after user-applied fixes. - Use Case: Before merging a critical pull request, invoke the protocol to get two independent reviews; only defects both judges confirm enter the fix loop, while solitary findings stay flagged as unproven suspects. ## Quick Start Ask the assistant to run judgment-day on a specific pull request, commit range, or document you want independently double-reviewed.

Frequently Asked Questions about judgment-day

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get two independent reviews of the same code change?▼

Invoke the judgment-day protocol explicitly on a frozen target such as a commit SHA, diff, branch, or PR. It launches two blind judge subagents that never see each other's work, then merges their findings by convergence so only agreed-upon defects are confirmed.

What is a dual review or blind review process for code?▼

A blind dual review has two reviewers examine the same target independently with no shared context, using their agreement as the corroboration mechanism. Findings reported by both reviewers are confirmed, solitary findings stay suspect, and contradictions are escalated to the user for adjudication.

Can I use dual review for design documents and specs?▼

Yes, artifact mode reviews a single document such as a spec, design, plan, RFC, or README against criteria like completeness, internal consistency, feasibility, and risk coverage. Confirmed findings are handed back as a revision list with no fix loop.

Does the dual review skill apply fixes automatically?▼

No, it never edits the target. Confirmed severe findings receive suggested fixes that only the user applies, and an optional scoped re-judgment can later verify whether the fix delta resolved each finding.

What are the limitations of convergence-based code review?▼

The protocol is capped at one exhaustive sweep per judge per round and a maximum of two fix rounds and two scoped re-judgments per lineage. It never runs on the same target as the 4r-review protocol, and any confirmed severe finding still open after round two ends in an ESCALATED verdict.