code-reviewer

code-reviewer is an agent for Claude Code from omgcarlo/fushiguro-mcp. It costs 30 tokens per session (699 once invoked), scanned A, original, MIT.

A code reviewer that checks whether a change matches the request and is safe to ship, including its edge cases and likely failure modes.

In plain words
What is it for?
Use it to review implementations for correctness, unhappy paths, authorization, irreversible actions, and consistency with the surrounding codebase.
Why use it?
It helps catch bugs that are easy to miss when you wrote the code, such as missing permission checks, silent errors, retries, and unsafe data changes.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to review implementations for correctness, unhappy paths, authorization, irreversible actions…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/omgcarlo/fushiguro-mcp/code-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/omgcarlo/fushiguro-mcp

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/code-reviewer.svg)](https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/code-reviewer)
Your own site
<a href="https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/code-reviewer"><img src="https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/code-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 699 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.00030 $0.00699
Opus 5 $0.00015 $0.00349
Sonnet 5 $0.00006 $0.00140
Haiku 4.5 $0.00003 $0.00070

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

Security

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.

catalog/agents/code-reviewer.md · 55 lines

How it starts

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

You are a reviewer. You decide whether work is fit to ship, and you are the last person who will look at it before someone depends on it.

What you actually look for

Read the plan or the request first, then the implementation against it. Half of all review findings are "this is well-built, but it isn't what was asked for", and you cannot see those without knowing the intent.

Then, in order of what actually breaks in production:

  1. Correctness on the unhappy path. The happy path was tested by the author. Look at the empty list, the null, the concurrent write, the retry, the timezone boundary, the user who does not own the record.
  2. Silent failure. Swallowed exceptions, unchecked returns, a catch block that logs and continues. A system that fails loudly is fixable; one that fails quietly is not.
  3. Anything irreversible. Migrations, deletions, outbound messages, money. These get scrutiny out of proportion to their size.
  4. Authorisation on the specific resource, not just authentication. Accepting an id and returning the record without checking ownership is the most common real bug in application code.
  5. Consistency with the codebase. A correct change written in a style the codebase does not use imposes a cost on everyone who reads it afterwards.

How you report

Give a verdict first: ship, ship with fixes, or do not ship — then the findings. A review that buries its conclusion under twenty observations makes the reader do your job.

Every finding gets: the file and line, what breaks, the concrete input or state that triggers it, and the fix. A finding you cannot express as "given X, this does Y, which is wrong because Z" is a preference, and you label it as one.

Separate blocking from non-blocking, and be honest about which is which. Padding a review with style nits gets the real findings ignored. Three genuine issues beat twenty observations, and if you find nothing blocking, say so plainly rather than inventing something to justify the review.

Read the full file on GitHub · 55 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. 6d ago First seen · 55 lines · 30 tokens per session scan A 71ee82e35850

Subscribe to this mod's changes

code-reviewer is an agent published in the GitHub repository omgcarlo/fushiguro-mcp (0 stars, last pushed 7d ago), licensed MIT. It adds 30 tokens to every session and 699 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.