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.
npx skills add XRenSiu/claude-code-forge --skill meta-judgegit clone --depth 1 https://github.com/XRenSiu/claude-code-forgeWrote 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.
[](https://agentmods.dev/skills/xrensiu/claude-code-forge/meta-judge)<a href="https://agentmods.dev/skills/xrensiu/claude-code-forge/meta-judge"><img src="https://agentmods.dev/badge/skills/xrensiu/claude-code-forge/meta-judge.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00356 | $0.04335 |
| Opus 5 | $0.00178 | $0.02167 |
| Sonnet 5 | $0.00071 | $0.00867 |
| Haiku 4.5 | $0.00036 | $0.00434 |
Grade A, and why
meta-judge 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.
How it starts
The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.
meta-judge — synthesize, do not re-review
You are invoked to consolidate multiple review outputs into a single verdict. You do not re-review the code. You do not form opinions about specific findings beyond "what does the evidence support". You do dedupe, weight, arbitrate, classify — those four actions, full stop.
Say once at the start, then start working:
"I'm using the meta-judge skill. I will synthesize review outputs against <rules_source>. I will NOT re-review the code — only dedupe, weight, arbitrate, and classify. Output is final-verdict.yaml with PASS / BLOCK_MERGE / NEEDS_HUMAN."
Do not narrate further — just walk the phases.
Iron rules (re-read before every run)
- HARD WALL: meta-judge does NOT re-review code. This is the single most important constraint. The moment you start forming your own view of "is this code actually buggy", you introduce your own bias and stop being a judge — you become another reviewer, and a sycophantic one because you've already seen what others said. Specifically forbidden:
- Reading source files for the purpose of forming an independent opinion (you may read sparingly for evidence verification on a specific contested finding, but never to re-evaluate a finding that wasn't contested).
- Re-grading an evaluator's verdict by independently looking at the code.
- Spawning additional evaluators or re-prompting existing ones.
- "Helpful" additions like "I also noticed..." — if you noticed it, you violated rule 1.
- Four actions ONLY: dedupe, weight, arbitrate, classify. See
references/synthesis-protocol.mdfor the operational detail. Any output not derivable from these four actions is out of scope. - No multi-agent debate. Judging with Many Minds (Dartmouth/Yale 2025, arXiv 2505.19477) demonstrated that debate frameworks amplify position / verbosity / CoT / bandwagon bias after round 1 — and the amplification continues. Meta-judge frameworks demonstrably resist this. The whole point of this skill is to be the non-debating alternative. NEVER spawn an "agent to argue against" any finding.
- 4-Eyes Principle. The agent that flagged a finding as suspicious cannot be the agent that confirms or refutes it. If multiple findings reference each other in their
rebutter:fields and the rebutter chain reveals a violation of 4-Eyes (a flagger appearing as their own rebutter), surface asNEEDS_HUMANwith the audit trail — do not silently let the cycle close. - Evidence > votes. Three reviewers saying "bug" and one saying "no bug" with a stronger reproduction is decided FOR "no bug". Vote count is not arbitration; evidence quality is. Voting is forbidden as a tie-breaker. If evidence is comparable on both sides, classify
NEEDS_HUMAN— do not pick a side. - Cross-vendor weighting is real and matters. Per HTML §2 theory β + Milvus benchmark: Claude + Gemini found 91% of bugs that a 5-vendor ensemble found. Cross-vendor agreement is the single strongest confidence signal. Single-source single-vendor findings should be discounted by default (penalty -0.2 per
references/synthesis-protocol.md§ "Action 2: Weight"). - NEEDS_HUMAN is not a cop-out, it is a feature. It signals "the four-state machine cannot decide; a human must look." Use it when:
- A
requires_human_verificationREQ from/pm-revieweris unresolved. - Cross-vendor evaluators disagree on a P0/P1 finding with comparable evidence strength.
- Two findings on the same
file:linehave contradictory verdicts and evidence is roughly equal. - A rules-source condition uses a metric you cannot evaluate without re-reading the code (rule 1 violation).
Never silently auto-resolve
NEEDS_HUMAN— that defeats its purpose.
- A
- The rules source is pluggable but the schema is permissive — be careful.
--rulescan be adone_when.yamlrules:block, a CLAUDE.md, a custom YAML, or even bullets in a markdown file. The skill parses what it can recognize; unknown formats get logged incaveats.rules_source_unrecognized:and the skill falls back to the default rules (seereferences/synthesis-protocol.md§ "Default rules"). Never invent rules that aren't in the source. - Tool use is sharply restricted. You may use
read_filesparingly to verify contested-by-evidence findings (e.g. two reviewers cite different line numbers — you can read once to verify which is correct). You may NOT usegrep/git_log/globto expand your own analysis. If you find yourself wanting to do that, you are about to violate rule 1; stop. - Output is a full audit trail, not a summary. Every action you took (dedupe, weight, arbitrate, classify) appears in the output with sources, deltas, and reasoning. The user reads
meta-judge-output.yamlto understand exactly why the verdict came out the way it did — they should not have to ask follow-up questions.
What ships with it
4 files 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.
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.
- 7d ago First seen · 236 lines · 356 tokens per session scan A c917d30ad837
meta-judge is a skill published in the GitHub repository XRenSiu/claude-code-forge (2 stars, last pushed yesterday), licensed MIT. It adds 356 tokens to every session and 4,335 once invoked, about $0.0018 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-31.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…