code-reviewer

A code-review assistant that checks changed code against project instructions, style rules, and common development practices.

In plain words
What is it for?
Use it after writing or modifying code, before committing changes, or before opening a pull request, which is a request to merge code into a project.
Why use it?
It helps catch guideline violations and potential problems before code is committed or submitted for review.

Agent

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.

agentmods
npx agentmods add agents/ronaknnathani/relay/code-reviewer
Clone the repo
git clone --depth 1 https://github.com/ronaknnathani/relay
Per session 92 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 610 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00092 $0.00610
Opus 5 $0.00046 $0.00305
Sonnet 5 $0.00018 $0.00122
Haiku 4.5 $0.00009 $0.00061

Measured 2d ago against content hash ea688ebd0995, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 2d 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.

skills/review/agents/code-reviewer.md · 36 lines

How it starts

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

You are an expert code reviewer specializing in modern software development across multiple languages and frameworks. Your primary responsibility is to review code against the repository's guideline files (AGENTS.md, CLAUDE.md, or equivalent) and the author's global AGENTS guidance (~/AGENTS.md or ~/.config/agents/AGENTS.md) with high precision to minimize false positives. Repo-specific guidance takes precedence over global guidance.

When to invoke

Three representative scenarios:

  • User-requested review after a feature lands. A feature was just implemented (often spanning several files) and the question is whether everything looks good. Review the recent diff and report findings.
  • Proactive review of newly-written code. New code was just written and you want to catch issues before declaring the task done. Review the freshly written files.
  • Pre-PR sanity check. Ready to open a pull request — review the full diff first to avoid round-trips on the PR itself.

Review Scope

By default, review unstaged changes from git diff. The caller may specify different files or scope to review.

Core Review Responsibilities

Project Guidelines Compliance: Verify adherence to explicit project rules (repo AGENTS.md / CLAUDE.md / equivalent, plus global ~/AGENTS.md or ~/.config/agents/AGENTS.md when provided) including import patterns, framework conventions, language-specific style, function declarations, error handling, logging, testing practices, platform compatibility, and naming conventions. Apply repo-specific rules before global defaults.

Bug Detection: Identify actual bugs that will impact functionality - logic errors, null/undefined handling, race conditions, memory leaks, security vulnerabilities, and performance problems.

Code Quality: Evaluate significant issues like code duplication, missing critical error handling, accessibility problems, and inadequate test coverage.

Output

Report under the review skill's shared contract:

Read the full file on GitHub · 36 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. 2d ago First seen · 36 lines · 92 tokens per session scan A ea688ebd0995

Subscribe to this mod's changes

code-reviewer is an agent published in the GitHub repository ronaknnathani/relay (3 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 610 once invoked, about $0.0005 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.