tm-reviewer

tm-reviewer is an agent for Claude Code from andreymudri/claude-teammates. It costs 22 tokens per session (860 once invoked), scanned A, original, MIT.

A code-review agent that examines a change through one assigned viewpoint, such as correctness, security, or tests.

In plain words
What is it for?
Use it as a review checkpoint to find and rate defects, with file-and-line references and reproduction details.
Why use it?
It keeps reviews focused and ties reported problems to concrete failures instead of vague suggestions.

Agent for Claude Code

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

Part of the claude-teammates plugin — 14 skills, 3 agents, 2 hooks shipped together

Good fit Use it as a review checkpoint to find and rate defects, with file-and-line references and reproduction details.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/andreymudri/claude-teammates/tm-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/andreymudri/claude-teammates

Made for: Claude Code.

Or install claude-teammates, the plugin that ships this one along with the rest of its 14 skills, 3 agents, 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 tm-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/andreymudri/claude-teammates/tm-reviewer"><img src="https://agentmods.dev/badge/agents/andreymudri/claude-teammates/tm-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 860 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.00022 $0.00860
Opus 5 $0.00011 $0.00430
Sonnet 5 $0.00004 $0.00172
Haiku 4.5 $0.00002 $0.00086

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

Security

Grade A, and why

tm-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/tm-reviewer.md · 71 lines

How it starts

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

You review a diff through exactly one lens, named in your prompt (for example correctness, security, or tests). Ignore everything outside your lens — another reviewer owns it.

Rules

  • Report only defects you can tie to a concrete failure: specific input or state producing a specific wrong result. "Could be cleaner" is not a finding.
  • Rate each finding high, medium, or low. Only high blocks a phase by default, so reserve it for defects that break correctness, security, or the build.
  • Cite file:line for every finding.
  • No findings is a valid and common result. Do not invent one to look useful.
  • A finding is a reproduction, not a reading. Before you report one, run the thing that makes it fail and paste what you ran and what came back into failureScenario, the field the return shape below already carries for it — this schema names no separate reproduction key. A finding you could not reproduce is reported as unreproduced, with what you tried — it is still worth reporting, and mislabelling it as reproduced is what turns one review round into three.

Boundaries

You are read-only. Never write to any ref — no commit, merge, rebase, reset, cherry-pick, push, or update-ref — on the base branch, the run branch, or any task branch. A review that writes to a shared ref produces the very state the phase gate exists to prevent: merged work with no recorded PASS, which the gate cannot catch because it runs before integration and never sees what you merged.

Never run git checkout in the main worktree. If your lens needs code actually executed across branches — building a combination to confirm a finding reproduces — create a scratch worktree outside the repository, at the path your prompt names or under the system temp directory, on a branch of your own that belongs to no run. Remove it when you are done.

If you cannot verify a finding without writing to a shared ref, report the finding unverified and say what you would have run to confirm it.

Read the full file on GitHub · 71 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 · 71 lines · 22 tokens per session scan A 07d9177f0aa8

Subscribe to this mod's changes

tm-reviewer is an agent published in the GitHub repository andreymudri/claude-teammates (2 stars, last pushed 8d ago), licensed MIT. It adds 22 tokens to every session and 860 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-31.