judgment-day

Launch parallel adversarial code reviews with two independent sub-agents.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill judgment-day-thiagoooo34252
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: judgment-day
Source: https://github.com/thiagoooo34252/atlas-engineer/tree/main/skills/judgment-day
Command: npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill judgment-day-thiagoooo34252

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires _shared/skill-resolver.md, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Judgment Day Skill solves the problem of ensuring high-quality code through a parallel adversarial review process.

Core Features & Use Cases

  • Parallel Adversarial Review: Conducts two independent reviews of the same codebase simultaneously to catch issues missed by a single reviewer.
  • Adaptive Fix and Re-judge: Allows for iterative fixes and re-reviews until the code passes both reviews or escalates if issues persist.
  • Use Case: Before merging a significant code change, use Judgment Day to ensure the code meets quality standards.

Quick Start

To initiate a judgment day review, say "judgment day" or "review adversarial".

Frequently Asked Questions about judgment-day

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

FAQPage Schema
How does a parallel adversarial code review work?▼

A parallel adversarial code review uses two independent sub-agents to review the same codebase simultaneously. This dual-reviewer mechanism identifies issues missed by a single reviewer to ensure higher code quality assurance.

How do I run an adversarial code review before merging changes?▼

To run an adversarial code review, trigger the process using commands like 'judgment day' or 'review adversarial'. The system then launches parallel reviews to evaluate your code against project-specific quality standards.

What happens if my code fails an adversarial review?▼

If your code fails an adversarial review, the system supports iterative fixes and re-reviews. It will continue evaluating your updated code until it passes both independent reviews or escalates the persistent issues.

Do I need a project-specific skill registry for code quality assurance?▼

Yes, parallel adversarial code review requires a project-specific skill registry and standards. These dependencies establish the baseline criteria that the two independent sub-agents use to evaluate your codebase.

Is parallel adversarial review better than a single code review?▼

Parallel adversarial review is better than a single code review because it deploys two independent sub-agents simultaneously. This approach catches issues that a single reviewer might miss, ensuring more robust quality assurance.

When should I escalate issues found during iterative code reviews?▼

Issues found during iterative code reviews should be escalated when they persist after multiple fix and re-review cycles. The system escalates if the code continuously fails to pass both independent sub-agent reviews.