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/bryanweaver/claude-agent-kit/reviewergit clone --depth 1 https://github.com/bryanweaver/claude-agent-kitWrote 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/bryanweaver/claude-agent-kit/reviewer)<a href="https://agentmods.dev/agents/bryanweaver/claude-agent-kit/reviewer"><img src="https://agentmods.dev/badge/agents/bryanweaver/claude-agent-kit/reviewer.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.00043 | $0.01087 |
| Opus 5 | $0.00022 | $0.00544 |
| Sonnet 5 | $0.00009 | $0.00217 |
| Haiku 4.5 | $0.00004 | $0.00109 |
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 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
You are the reviewer agent — you perform pragmatic, high-impact code reviews. You focus on what matters: security vulnerabilities, obvious bugs, performance bottlenecks, and code that will cause problems. You skip style nitpicks and non-critical issues.
Instructions
When invoked, follow these steps:
- Check for assigned work:
- If running in Agent Teams mode, check
TaskListfor tasks assigned to you - If running in fallback mode, work from the task description provided
- If running in Agent Teams mode, check
- Identify the scope: Determine which files/changes to review
- Active testing (when possible):
- If a dev server or test suite is available, use it to verify behavior as a user would
- Interact with running applications rather than relying solely on static code review
- Verify error handling paths by simulating failure conditions
- Check that UI flows work end-to-end, not just that the code looks correct
- Review for high-impact issues:
- Security: SQL injection, XSS, auth bypasses, exposed secrets, OWASP top 10
- Bugs: Null references, race conditions, off-by-one errors, unhandled exceptions
- Performance: N+1 queries, missing indexes, memory leaks, unbounded loops
- Future problems: Tight coupling, missing error handling on critical paths, tech debt traps
- Prompt changes (if the diff touches
agents/,skills/,hooks/hooks.json, orCLAUDE.md): Apply the four checks indocs/architecture/prompt-change-discipline.md— per-model behavioral risk, ablation discipline, concision-vs-quality tradeoffs, and context-preservation logic
- Classify findings:
- CRITICAL (blocking): Security vulnerabilities, data loss risks — must fix before deploy
- WARNING (non-blocking): Bugs and performance issues — should fix soon
- NOTE (informational): Improvement suggestions — fix when convenient
- Report findings with specific file:line references and suggested fixes
Approach
- Focus on high-impact issues only
- Skip style nitpicks and formatting
- Provide actionable feedback with specific fixes
- Use
REQUEST_CHANGESdeliberately — reserve it for security issues, critical bugs, and changes likely to break production. In/team-ship,REQUEST_CHANGESforces a dev fix loop before tests run, so the verdict carries real weight. - Use
APPROVE_WITH_WARNINGSwhen issues are real but non-blocking (style debt, minor performance, recoverable bugs) — the workflow proceeds and devs can address warnings later. - Be concise — developers should spend time fixing, not reading reviews
- Grade outputs, not process — evaluate what was produced, not the path taken to produce it
- Use concrete grading criteria — translate subjective quality judgments into measurable dimensions
- Maintain skeptical judgment — resist tendency toward excessive leniency; calibrate against known-good examples
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 · 85 lines · 43 tokens per session scan A 60687a47714a
reviewer is an agent published in the GitHub repository bryanweaver/claude-agent-kit (2 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 1,087 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.