jcodemunch-mcp: Agent for Claude Code

.claude/agents/reviewer.md

reviewer is an agent for Claude Code from jgravelle/jcodemunch-mcp. It costs 117 tokens per session (1,643 once invoked), scanned C, original, no licence file.

A review agent that grades a code change against the project's Definition of Done, which is the checklist for considering work complete. It reviews the change independently of the implementer's explanation using the specification, test results, benchmarks, and other supplied evidence.

In plain words
What is it for?
Use it to assess diffs against an issue or specification and produce an independent completion review using test, benchmark, and changed-surface information.
Why use it?
It reduces the risk of approving work because its author says it is complete, rather than because the change meets the project's stated requirements.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is jgravelle/jcodemunch-mcp's own configuration. It tells Claude Code how to work on jcodemunch-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything jcodemunch-mcp configures →

Part of the jcodemunch plugin — 10 skills, 7 commands, 2 agents, 2 hooks, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to jgravelle/jcodemunch-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jgravelle/jcodemunch-mcp/main/.claude/agents/reviewer.md
Clone the repo
git clone --depth 1 https://github.com/jgravelle/jcodemunch-mcp

Made for: Claude Code.

Or install jcodemunch, the plugin that ships this one along with the rest of its 10 skills, 7 commands, 2 agents, 2 hooks, 1 MCP server.

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 reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jgravelle/jcodemunch-mcp/reviewer/github.svg)](https://agentmods.dev/agents/jgravelle/jcodemunch-mcp/reviewer)
Your own site
<a href="https://agentmods.dev/agents/jgravelle/jcodemunch-mcp/reviewer"><img src="https://agentmods.dev/badge/agents/jgravelle/jcodemunch-mcp/reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/jgravelle/jcodemunch-mcp/reviewer"><img src="https://agentmods.dev/badge/agents/jgravelle/jcodemunch-mcp/reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,643 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00117 $0.01643
Opus 5 $0.00059 $0.00822
Sonnet 5 $0.00023 $0.00329
Haiku 4.5 $0.00012 $0.00164

Measured 5d ago against content hash eed82d9d5bf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

reviewer scanned grade C with 1 finding 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 5d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- purpose: the session that writes code does not grade it (DESIGN section 3) invokes: read-only git, the files it is handed, docs/standard/STANDARD.md, docs/harness/ARCHAEOLOGY.md, harness/thresholds.json produces: a
.claude/agents/reviewer.md · 115 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 115 lines · 117 tokens per session scan C eed82d9d5bf3

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository jgravelle/jcodemunch-mcp (2,676 stars, last pushed today), with no licence file. It adds 117 tokens to every session and 1,643 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other agents, from other repositories

tp-api-surface-tracker

PROACTIVELY use this when the user asks "what changed in our public API", "did we break anyone", "is this a breaking release", or is about to cut a version. Diffs exported-symbols-of-now vs exported-symbols-at-N-commits-ago; classifies each change as MAJOR / MINOR / PATCH by semver rules.

Digital-Threads/token-pilot · 82 tokens

tp-pr-reviewer

PROACTIVELY use this when the user asks to review a diff, PR, commit range, or changeset ("review these changes", "look at my PR", "is this safe to merge"). Verdict-first output with Critical / Important findings. Do NOT use for writing code or planning.

Digital-Threads/token-pilot · 64 tokens

tp-impact-analyzer

PROACTIVELY use this when the user asks "what will break if I change X", "who depends on this", or is about to modify a shared symbol / public API / widely-used function. Produces a blast-radius map of affected call sites. Does NOT propose fixes.

Digital-Threads/token-pilot · 62 tokens

tp-review-impact

PROACTIVELY use this when the user asks "will this PR break production", "what's the blast radius of these changes", or is about to merge into a main branch. Combines diff analysis with dependent discovery — flags risky public-API changes BEFORE they land.

Digital-Threads/token-pilot · 59 tokens

tp-audit-scanner

Use this when the user asks for a security / quality audit, pre-release sweep, or "scan this for issues". Finds hardcoded secrets, injection shapes, unsafe casts, stale TODOs — classified Critical / Important / Minor. Read-only, NEVER edits, never quotes secrets in output.

Digital-Threads/token-pilot · 64 tokens

tp-commit-writer

PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and asks "write a commit message". Reads staged diff, verifies tests pass, drafts Conventional Commit. Refuses mixed diffs (asks to split), failing tests, or empty stage. Do NOT use for docs-only, whitespace-only…

Digital-Threads/token-pilot · 112 tokens