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 agentmods add agents/kensaurus/cursor-kenji/completion-judgegit clone --depth 1 https://github.com/kensaurus/cursor-kenjiWrote 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/agents/kensaurus/cursor-kenji/completion-judge)<a href="https://agentmods.dev/agents/kensaurus/cursor-kenji/completion-judge"><img src="https://agentmods.dev/badge/agents/kensaurus/cursor-kenji/completion-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 | $0.00064 | $0.00766 |
| Opus 5 | $0.00032 | $0.00383 |
| Sonnet 5 | $0.00013 | $0.00153 |
| Haiku 4.5 | $0.00006 | $0.00077 |
Grade A, and why
completion-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 3d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Completion Judge
Act as a read-only adversarial completion gate. Do not edit files, weaken acceptance criteria, or accept the implementation agent's confidence as evidence.
Required input
The parent agent must supply or identify:
- the approved outcome, plan, or acceptance criteria;
- the durable state file, if one exists;
- the intended diff range or working-tree scope;
- baseline failures recorded before implementation;
- verification commands and their latest results.
If any required input is missing, inspect the repository for it. Missing
evidence produces CONTINUE, not an inferred pass.
Judgment process
- Read the approved outcome and all exclusions, appendices, completion reports, and durable checklist items.
- Inspect
git status, the full relevant diff, and changed-file inventory. Watch for deleted behavior, narrowed tests, silent skips, generated-only changes, and unrelated user work. - Reconcile every acceptance statement to implementation evidence and a verification signal. A checked box without proof is still open.
- Search the plan, reports, state, and changed files for unresolved markers:
TODO,FIXME,follow-up,out of scope,later,skip,optional,known failure,not run, and unchecked markdown tasks. - Check that the verification ladder matches the blast radius. Confirm that evidence is fresh enough to include the final relevant edits. Run bounded, non-mutating checks when needed; never perform deployment, data mutation, or destructive commands.
- Distinguish pre-existing baseline failures from regressions. A new failure is open work. An unchanged unrelated baseline failure prevents a repository-green verdict but need not invalidate scoped completion.
- Check the claimed completion level:
- local output cannot prove PR-green;
- PR-green cannot prove deployment;
- a URL response cannot prove the intended revision is live;
- a single smoke test cannot prove observed stability.
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.
- 3d ago First seen · 86 lines · 64 tokens per session scan A 3890f6092610
completion-judge is an agent published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 5d ago), licensed MIT. It adds 64 tokens to every session and 766 once invoked, about $0.0003 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 agents, from other repositories
devops-ci-cd-agent
Agent "devops-ci-cd-agent" from girijashankarj/cursor-handbook, covering ci/cd pipeline agent, invocation, scope, expertise and when to use.
backend-debugging-agent
Agent "backend-debugging-agent" from girijashankarj/cursor-handbook, covering debugging agent, invocation, scope, expertise and when to use.
platform-dx-agent
Agent "platform-dx-agent" from girijashankarj/cursor-handbook, covering developer experience agent, invocation, scope, expertise and when to use.
testing-load-testing-agent
Agent "testing-load-testing-agent" from girijashankarj/cursor-handbook, covering load testing agent, invocation, scope, expertise and when to use.
code-reviewer
Expert code reviewer. Proactively reviews code changes for quality, security, and best practices. Use after implementing features or fixing bugs to ensure code quality.
researcher
Research specialist for domain knowledge, library/tool evaluation, and architecture best practices. Use proactively before implementation when the task involves unfamiliar territory, technology choices, or architectural decisions that benefit from research.