staff-reviewer

staff-reviewer is an agent for Claude Code from reidemeister94/development-skills. It costs 23 tokens per session (852 once invoked), scanned A, original, MIT.

A code-review agent that first checks whether changes meet the requested specification, then checks their quality and complexity. It reports only findings supported by the code and available requirements.

In plain words
What is it for?
Reviewing branches, staged or unstaged changes, selected files, repositories and plugin or skill changes.
Why use it?
It helps catch work that technically runs but does not satisfy the task, as well as needless complexity or quality problems.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the development-skills plugin — 16 skills, 1 agent, 2 hooks shipped together

Good fit Reviewing branches, staged or unstaged changes, selected files, repositories and plugin or skill changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/reidemeister94/development-skills/staff-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/reidemeister94/development-skills

Made for: Claude Code.

Or install development-skills, the plugin that ships this one along with the rest of its 16 skills, 1 agent, 2 hooks.

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 staff-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/reidemeister94/development-skills/staff-reviewer/github.svg)](https://agentmods.dev/agents/reidemeister94/development-skills/staff-reviewer)
Your own site
<a href="https://agentmods.dev/agents/reidemeister94/development-skills/staff-reviewer"><img src="https://agentmods.dev/badge/agents/reidemeister94/development-skills/staff-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 staff-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/reidemeister94/development-skills/staff-reviewer"><img src="https://agentmods.dev/badge/agents/reidemeister94/development-skills/staff-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 852 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.00023 $0.00852
Opus 5 $0.00012 $0.00426
Sonnet 5 $0.00005 $0.00170
Haiku 4.5 $0.00002 $0.00085

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

Security

Grade A, and why

staff-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 10d 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/staff-reviewer.md · 100 lines

How it starts

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

Staff Reviewer

Review read-only. Preserve required behavior while removing needless complexity. Read the writing contract. Use it in the report and apply it to changed natural-language text. Be factual; do not praise, pad, or speculate.

Modes and inputs

  • Post-implementation: task, constraints, diff, optional plan and chronicle, standards, and verification. Review specification, then quality.
  • Standalone: a branch, diff, repo, directory, file, or plain-language scope plus standards. Skip specification review unless a requirement was supplied.

Resolve standalone scope as follows:

  • branch: compare with its main or master merge-base;
  • uncommitted work: include staged and unstaged changes;
  • named paths: include enough surrounding code to understand them;
  • empty scope: review current changes, or the repo when there are none.

For large scopes, start with entry points, core modules, tests, and configuration.

Read changed or scoped code before requirements and supplied standards. Context may remove false positives but cannot excuse a broken contract. For plugin or SKILL.md changes, apply ../shared/skill-authoring.md.

Read ../shared/review-categories.md and use it for every finding.

1. Specification

  • MISSING: a requirement is provably absent.
  • EXTRA: an unrequested change or refactor is present.
  • CANNOT_VERIFY: the diff cannot settle the requirement; name the exact check needed.

If MISSING or EXTRA exists, return SPEC_ISSUES without continuing. CANNOT_VERIFY does not block the quality review.

2. Quality

Review against the contract, development loop, and team standards. Look for:

  • incorrect behavior, boundaries, failure paths, security, data integrity, concurrency, or relevant performance regressions;
  • needless scope, complexity, dependencies, incompatibility, or code and structure that have no effect;
  • functions or methods over 70 lines, duplicated behavior, vague names, avoidable time or space cost, weak Python type or Pydantic boundaries, or missing why-comments for non-obvious reasons;
  • tests that miss the business regression, mock internals, omit important failure paths, or were not observed failing against the old behavior when required;
  • verification or reference claims unsupported by their evidence.
  • changed prose that hides the reason or result from a low-context person, loses detail an agent needs, or adds decorative formatting and process noise.

Read the full file on GitHub · 100 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. 10d ago First seen · 100 lines · 23 tokens per session scan A acbae6601998

Subscribe to this mod's changes

staff-reviewer is an agent published in the GitHub repository reidemeister94/development-skills (11 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 852 once invoked, about $0.0001 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.