gentle-ai-judgment-day

gentle-ai-judgment-day is a skill for Claude Code, Codex from Gentleman-Programming/gentle-pi. It costs 43 tokens per session (909 once invoked), scanned A, original, MIT.

A review workflow for examining a specific implementation from two independent, blind reviewers. It can be requested for any runtime without relying on a separate review process.

In plain words
What is it for?
It runs two initial judges, supports up to two rounds of focused re-review, and escalates findings that remain unresolved.
Why use it?
It provides an adversarial second look that can expose problems ordinary review may miss, while limiting repeated review cycles.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It runs two initial judges, supports up to two rounds of focused re-review, and escalates findings that remain unresolved.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gentleman-programming/gentle-pi/judgment-day
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Gentleman-Programming/gentle-pi --skill judgment-day
Clone the repo
git clone --depth 1 https://github.com/Gentleman-Programming/gentle-pi

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gentle-ai-judgment-day

README.md
[![agentmods](https://agentmods.dev/badge/skills/gentleman-programming/gentle-pi/judgment-day.svg)](https://agentmods.dev/skills/gentleman-programming/gentle-pi/judgment-day)
Your own site
<a href="https://agentmods.dev/skills/gentleman-programming/gentle-pi/judgment-day"><img src="https://agentmods.dev/badge/skills/gentleman-programming/gentle-pi/judgment-day.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.00909
Opus 5 $0.00022 $0.00454
Sonnet 5 $0.00009 $0.00182
Haiku 4.5 $0.00004 $0.00091

Measured 7d ago against content hash 38098e279b0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gentle-ai-judgment-day scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/judgment-day/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Activation Contract

Load this skill only when the user explicitly requests Judgment Day, Judgement Day, dual/adversarial review, or an equivalent trigger. Resolve one exact target before starting.

Judgment Day is a standalone developer tool: judges run whenever asked, on any runtime, and need no review transaction, runtime identity, or delivery-receipt machinery to start. It neither enables nor replaces an ordinary 4R lifecycle; a separately requested ordinary review remains independent.

Judgment Day starts only when explicitly requested. It does not start, configure, or consume ordinary review for that lineage.

Historical compatibility note (obsolete): Judgment Day starts only when explicitly requested and replaces ordinary review for that lineage. Current behavior is the independent lifecycle above.

Transaction Rules

Judgment Day starts with exactly two blind judges and zero refuters.

Judgment Day alone may iterate discovery and scoped re-judgment, for at most two rounds.

Findings surviving round two escalate; no third-round transition exists.

Initial discovery and scoped re-judgment are separate modes.

During initial discovery, run exactly once against the supplied initial_review_tree and return candidate rows only.

Judges hold a sweep budget: one exhaustive read-only sweep per judge is the standard budget, and at most two sweeps for a full-4R-scale target (hot auth/update/security/payments paths, or more than 400 changed lines). There is no loop-until-dry mechanism; the sweep budget is the entire discovery pass.

During initial discovery, do not persist state, mutate claims, launch actors, request fixes, validate fixes, or deliver anything.

On controller-requested scoped re-judgment, receive only requested frozen IDs, their exact hash-bound rows, and the fix diff.

Resolve only supplied IDs and fix-line regressions; do not add findings, change frozen claims, request another fix, launch actors, persist authority, or repeat.

Return one verified | corroborated | regression resolution per requested ID.

Read the full file on GitHub · 81 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 81 lines · 43 tokens per session scan A 38098e279b0e

Subscribe to this mod's changes

gentle-ai-judgment-day is a skill published in the GitHub repository Gentleman-Programming/gentle-pi (429 stars, last pushed yesterday), licensed MIT. It adds 43 tokens to every session and 909 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.