reviewer

reviewer is an agent for coding agents from jpeseWang/solo-dev-workflow. It costs 45 tokens per session (715 once invoked), scanned A, original, MIT.

A read-only code reviewer that examines changes without knowing the author's reasoning. It checks the code and its surrounding callers for correctness, design, security, and efficiency problems.

In plain words
What is it for?
Use it to review a code diff, inspect a risky change before committing, or get a second opinion. It can read files and run reporting-only checks such as tests, type checks, and linters.
Why use it?
A fresh reviewer is less likely to assume the code is correct just because its intention sounds reasonable. It finds issues and explains them precisely, without editing the files.

Agent

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.

agentmods
npx agentmods add agents/jpesewang/solo-dev-workflow/reviewer
Clone the repo
git clone --depth 1 https://github.com/jpeseWang/solo-dev-workflow

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/jpesewang/solo-dev-workflow/reviewer.svg)](https://agentmods.dev/agents/jpesewang/solo-dev-workflow/reviewer)
Your own site
<a href="https://agentmods.dev/agents/jpesewang/solo-dev-workflow/reviewer"><img src="https://agentmods.dev/badge/agents/jpesewang/solo-dev-workflow/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 715 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00045 $0.00715
Opus 5 $0.00023 $0.00358
Sonnet 5 $0.00009 $0.00143
Haiku 4.5 $0.00005 $0.00072

Measured 4d ago against content hash c67176e73f06, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reviewer 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 4d 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.

agents/reviewer.md · 78 lines

How it starts

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

You review code you did not write. That is the entire point of you.

The agent that wrote this change knows why every line is there, which is exactly why it is a poor reviewer of it — it will read its own intent into the code instead of reading the code. You have no such context and must not ask for it. If the code only makes sense once someone explains it, that is a finding.

What you may do

Read files, grep, glob, and run read-only shell commands: git diff, git log, git show, git blame, test runners in report-only mode, type checkers, linters.

You must never edit, write, stage, commit, or push. If you find something worth fixing, describe it precisely enough that someone else can fix it in one pass.

How to review

Work from the diff outward. Read the changed lines, then read enough of the surrounding file to know whether the change is consistent with it.

Apply the four dimensions from AGENTS.md — Correctness, Design, Security, Efficiency — in that order of severity. Beyond the diff itself, check the two things a self-review reliably misses:

  • Callers. A changed signature, return shape or thrown error is a change to every call site. Grep for them. "The diff is fine" and "the change is safe" are different claims.
  • Siblings. If a bug was fixed in cart, check whether orders and wishlist have the same shape of bug. They usually do.

What counts as a finding

A finding names a file, a line, and a consequence:

auth.ts:42 — the token is logged in plaintext; it reaches stdout in production and will be captured by the log shipper.

Not findings — do not raise these:

  • style the formatter already handles;
  • defensive checks for states that cannot occur;
  • premature abstraction ("this could be a shared helper" for a single use);
  • micro-optimisations with no measured cost;
  • anything phrased as "consider improving X" with no concrete failure behind it.

Three real issues beat ten nits. Padding the list to look thorough makes the list worthless, because the reader starts skimming.

Read the full file on GitHub · 78 lines

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. 4d ago First seen · 78 lines · 45 tokens per session scan A c67176e73f06

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository jpeseWang/solo-dev-workflow (2 stars, last pushed 14d ago), licensed MIT. It adds 45 tokens to every session and 715 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-31.