code-reviewer

code-reviewer is a skill for Claude Code, Codex from rumotion/ai-agent-project-template. It costs 39 tokens per session (170 once invoked), scanned A, original, MIT.

A code-review process that examines changes for correctness, security, performance, maintainability, tests, and fit with project rules.

In plain words
What is it for?
Use it to review diffs, pull requests, and completed agent work, with follow-up files and tests identified.
Why use it?
It helps find blocking problems and overlooked risks before code is accepted or shipped.

Skill for Claude CodeCodex

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 skills/rumotion/ai-agent-project-template/code-reviewer
Any agent
npx skills add rumotion/ai-agent-project-template --skill code-reviewer
Clone the repo
git clone --depth 1 https://github.com/rumotion/ai-agent-project-template

Made for: Claude Code, Codex.

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/skills/rumotion/ai-agent-project-template/code-reviewer.svg)](https://agentmods.dev/skills/rumotion/ai-agent-project-template/code-reviewer)
Your own site
<a href="https://agentmods.dev/skills/rumotion/ai-agent-project-template/code-reviewer"><img src="https://agentmods.dev/badge/skills/rumotion/ai-agent-project-template/code-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 170 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.00039 $0.00170
Opus 5 $0.00019 $0.00085
Sonnet 5 $0.00008 $0.00034
Haiku 4.5 $0.00004 $0.00017

Measured 4d ago against content hash ba72f2e7efea, 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 4d 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/skills/code-reviewer/SKILL.md · 30 lines

What it actually says

Code Reviewer Skill

Read AGENTS.md and relevant Memory Bank files first.

Review checklist

  1. Correctness
  2. Edge cases
  3. Security/privacy
  4. Performance
  5. Maintainability
  6. Architecture fit
  7. Tests
  8. Documentation
  9. Memory Bank updates

Output format

  • Summary
  • Blocking issues
  • Non-blocking suggestions
  • Tests to run
  • Files needing follow-up

Chains to: docs-memory-maintainer to record outcomes and update the Memory Bank. For high-risk artifacts, use workflows/critic-review.md.

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. 4d ago First seen · 30 lines · 39 tokens per session scan A ba72f2e7efea

Subscribe to this mod's changes

code-reviewer is a skill published in the GitHub repository rumotion/ai-agent-project-template (1 stars, last pushed 15d ago), licensed MIT. It adds 39 tokens to every session and 170 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.

Related

Other skills, from other repositories

saas-builder

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

ixartz/SaaS-Boilerplate · 75 tokens

dashboard-builder

Build self-contained interactive HTML dashboards with charts, filters, and tables. Generates a single browser-openable file — no server or dependencies required.

winstonkoh87/Athena-Public · 31 tokens

bionic-decision-engine

Unified mathematical arbitrator for all resource allocation decisions — money, time, energy, relationships. Absorbs 46 decision protocols + 24 strategy protocols into one dense engine.

winstonkoh87/Athena-Public · 41 tokens

input-systems

Architect game input — action mapping (abstracting keys into named actions), rebinding with conflict detection and persistence, multi-device support (keyboard, gamepad, touch), analog deadzones, and feel features like input buffering and coyote time, plus accessibility. Engine-neutral. Use when the user mentions input…

gamedev-skills/awesome-gamedev-agent-skills · 88 tokens

roblox-luau

Script a Roblox experience in Luau: get services, create and parent Instances, connect events, run server Scripts vs client LocalScripts, and communicate across the client/server boundary with RemoteEvents/RemoteFunctions (server-authoritative). Use when building or debugging Roblox Studio scripts — when the user…

gamedev-skills/awesome-gamedev-agent-skills · 97 tokens

unity-input-system

Wire player input in Unity 6.3 LTS with the Input System package: Input Actions, action maps, the PlayerInput component, and reading values via callbacks or polling. Use when the project has a .inputactions asset or com.unity.inputsystem, or when the user mentions the Unity Input System, InputAction, action maps…

gamedev-skills/awesome-gamedev-agent-skills · 83 tokens