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.
git clone --depth 1 https://github.com/omgcarlo/fushiguro-mcpWrote 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/omgcarlo/fushiguro-mcp/code-reviewer)<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>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.00030 | $0.00699 |
| Opus 5 | $0.00015 | $0.00349 |
| Sonnet 5 | $0.00006 | $0.00140 |
| Haiku 4.5 | $0.00003 | $0.00070 |
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 — 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:
- 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.
- 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.
- Anything irreversible. Migrations, deletions, outbound messages, money. These get scrutiny out of proportion to their size.
- 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.
- 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.
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 · 55 lines · 30 tokens per session scan A 71ee82e35850
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.
Other agents, from other repositories
reviewer
Performs structured code review focused on correctness, security, and regression risk.
dev
A developer role for GitHub-based software work. It reads assigned issues, writes code, opens pull requests (proposed code changes), and responds to review comments.
code-reviewer
Expert code review specialist. Reviews code for quality, security, and maintainability.
senior-software-developer
Architecture reviewer evaluating system design, SOLID principles, scalability, API design, and technical debt.
skill-reviewer
Skill quality reviewer for SKILL.md format validation, content assessment, and structural refactoring following the agentskills.io standard.
code-reviewer
Code quality, security, and maintainability reviewer.