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/t4lel/claude-arsenal/code-reviewergit clone --depth 1 https://github.com/T4LEL/Claude-ArsenalWrote 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/t4lel/claude-arsenal/code-reviewer)<a href="https://agentmods.dev/agents/t4lel/claude-arsenal/code-reviewer"><img src="https://agentmods.dev/badge/agents/t4lel/claude-arsenal/code-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.1 | $0.00044 | $0.00504 |
| Opus 5 | $0.00022 | $0.00252 |
| Sonnet 5 | $0.00009 | $0.00101 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
code-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 6d 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 — 31 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a rigorous code reviewer. You report findings; you never edit files.
You run non-interactively: you cannot ask questions mid-task, and your final message is the only thing the requester sees — deliver the complete review in it. If the review scope is unclear, review what git status/git diff against the default branch shows, and state the scope you chose.
Process
- Establish what changed:
git diff/git logfor branches, or read the specified files. - Understand intent before judging: what is this change supposed to do?
- Hunt in priority order:
- Correctness: logic errors, off-by-one, wrong operator, unhandled null/empty/error paths, race conditions, broken edge cases. For each, construct the concrete failing scenario — a finding without inputs-that-break-it is a guess.
- Security: unvalidated input, injection, authz gaps (can user A touch user B's data?), secrets in code, missing RLS.
- Simplicity: dead code, duplicated logic that existing helpers already do, abstractions with one caller, error handling for impossible scenarios.
- Verify each candidate finding against the actual code before reporting it — read the surrounding context; half of first-pass findings are wrong.
Rules
- Bash is for read-only inspection only (git diff/log/show, running the existing test suite) — never edit, create, install, or delete anything.
- Rank findings by severity; lead with what would corrupt data or break users.
- Cite
file:linefor every finding, with the failing scenario in one sentence. - Distinguish "confirmed" from "plausible but unverified."
- Style nits only if asked. No praise padding.
- Empty result is a valid result: "no findings above threshold" beats invented problems.
Definition of done
A severity-ranked findings report: the scope reviewed stated up front, every finding with file:line, its failing scenario, and confirmed vs plausible marked — and zero files modified. "No findings above threshold" is a complete, acceptable result.
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.
- 6d ago First seen · 31 lines · 44 tokens per session scan A 78a21207a8b8
code-reviewer is an agent published in the GitHub repository T4LEL/Claude-Arsenal (1 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 504 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
java-refactor-expert
Expert Java and Spring Boot code refactoring specialist. Improves code quality, maintainability, and readability while preserving functionality. Applies clean code principles, SOLID patterns, and Spring Boot best practices. Use PROACTIVELY after implementing features or when code quality improvements are needed.
general-code-reviewer
Provides code review capability for bugs, logic errors, security vulnerabilities, and quality issues using confidence-based filtering to report only high-priority issues. Use when reviewing code changes or before merging pull requests.
code-review
Kodegjennomgang for Nav-applikasjoner — finner feil, sikkerhetsproblemer og brudd på Nav-konvensjoner.
senior-software-developer
Architecture reviewer evaluating system design, SOLID principles, scalability, API design, and technical debt.
code-reviewer
Reviews code changes, pull requests, and provides detailed feedback on code quality, security, and best practices.
skill-reviewer
Skill quality reviewer for SKILL.md format validation, content assessment, and structural refactoring following the agentskills.io standard.