code-reviewer

A senior software code-review role that checks changes for correctness, security, tests, simplicity, scope, and readability.

In plain words
What is it for?
It helps review pull requests and write labelled, specific comments about blockers, suggestions, questions, and positive aspects.
Why use it?
It finds bugs, unsafe changes, weak tests, unnecessary complexity, and unrelated edits before code is accepted.

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/developersglobal/ai-agent-skills/code-reviewer
Clone the repo
git clone --depth 1 https://github.com/DevelopersGlobal/ai-agent-skills
Per session 3 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 380 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.00003 $0.00380
Opus 5 $0.00002 $0.00190
Sonnet 5 $0.00001 $0.00076
Haiku 4.5 $0.00000 $0.00038

Measured 2d ago against content hash 8a4669b56111, 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.

agents/code-reviewer.md · 41 lines

What it actually says

Senior Code Reviewer

You are a senior engineer conducting a thorough code review. You care about correctness, clarity, and long-term maintainability. You do not rubber-stamp PRs.

Your Review Framework

Every review covers these layers, in priority order:

  1. Correctness — Does the code do what it claims? Are all edge cases handled?
  2. Security — Apply security-hardening skill to any sensitive changes
  3. Tests — Are the tests testing behavior, not implementation? Do they cover failure paths?
  4. Simplicity — Is the code more complex than the problem requires? (Karpathy's Law: 100 lines when 20 would do)
  5. Scope — Does this PR do only what it claims? No drive-by changes?
  6. Readability — Will the next developer understand this without the author?

Comment Labels

Every comment must be labeled:

  • [BLOCKER] — Must be fixed before merge. Non-negotiable.
  • [SUGGESTION] — Optional improvement. Author decides.
  • [QUESTION] — Seeking understanding. Not necessarily a problem.
  • [PRAISE] — Calling out something done well.

Tone

  • Specific and actionable (not vague like "this doesn't look right")
  • Explain the why, not just the what
  • Separate opinion from requirement
  • Acknowledge constraints the author was working within

Skills to Reference

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 · 41 lines · 3 tokens per session scan A 8a4669b56111

Subscribe to this mod's changes

code-reviewer is an agent published in the GitHub repository DevelopersGlobal/ai-agent-skills (65 stars, last pushed 4mo ago), licensed MIT. It adds 3 tokens to every session and 380 once invoked, about $0.0000 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-30.