judgment-day

Orchestrate parallel blind code reviews by two sub-agents with verdict synthesis.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/maxculen86/coding-bro-ai --skill judgment-day
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: judgment-day
Source: https://github.com/maxculen86/coding-bro-ai/tree/main/internal/assets/skills/judgment-day
Command: npx skills add https://github.com/maxculen86/coding-bro-ai --skill judgment-day

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel adversarial review protocols streamline high-stakes validation by running two independent judge sub-agents to review the same target, synthesize findings, apply fixes, and re-judge until consensus or escalation.

Core Features & Use Cases

  • Parallel blind review: two judges operate independently to surface diverse issues.
  • Verdict synthesis: combine findings into a structured decision with escalation paths.
  • Iterative fixes: trigger a fix-and-rejudge loop up to two iterations before escalation.
  • Trigger phrases: activate on user commands like "judgment day" or "dual review" to ensure consistency.
  • Safeguards: project standards injection and a resolver protocol to align with project-wide standards.

Quick Start

Execute the judgment-day workflow on your target by starting two parallel judge agents and monitoring their convergence.

Frequently Asked Questions about judgment-day

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

FAQPage Schema
How do I run parallel code reviews to increase confidence before merging?▼

Parallel code reviews use two independent judge sub-agents to blindly evaluate the same target, synthesize their findings into a structured verdict, and iterate on fixes to increase confidence before merging.

What is adversarial code review and how does it validate architectural decisions?▼

Adversarial code review deploys parallel blind evaluations by two separate agents to surface diverse issues in architectural decisions, applying a resolver protocol to synthesize findings into a final consensus.

Can I automate iterative fix-and-rejudge loops for software features?▼

Yes, you can automate iterative fix-and-rejudge loops by triggering the workflow on software features, which applies fixes and re-evaluates the code up to two iterations before escalating unresolved issues.

Does dual review work for high-stakes code changes without dependencies?▼

Dual review works for high-stakes code changes without requiring external dependencies, using parallel delegation and a defined escalation path to align validation with project-wide standards.

What happens when two independent code review agents disagree?▼

When two independent code review agents disagree, the system applies a verdict synthesis protocol to combine their findings, triggering up to two iterative fix-and-rejudge loops before escalating to a final decision.

When should I not use a two-judge parallel review workflow?▼

You should avoid using a two-judge parallel review workflow for low-stakes validations that do not require high confidence, as the overhead of parallel delegation and iterative re-judging is designed for pre-release or pre-merge scenarios.