judgment-day
Installation
SKILL.md
When to Use
- User explicitly asks for "judgment day", "judgment-day", or equivalent trigger phrases
- After significant implementations before merging
- When high-confidence review of code, features, or architecture is needed
- When a single reviewer might miss edge cases or have blind spots
- When the cost of a production bug is higher than the cost of two review rounds
Critical Patterns
Pattern 0: Skill Resolution (BEFORE launching judges)
Follow the Skill Resolver Protocol (_shared/skill-resolver.md) before launching ANY sub-agent:
- Obtain the skill registry (engram →
.atl/skill-registry.mdfrom the project root → skip if none) - Identify the target files/scope — what code will the judges review?
- Match relevant skills from the registry's Compact Rules by:
- Code context: file extensions/paths of the target (e.g.,
.tsx→ react-19, typescript) - Task context: "review code" → framework/language skills; "create PR" → branch-pr skill
- Code context: file extensions/paths of the target (e.g.,
Related skills