review

review is a skill for Claude Code from saadshahd/moo.md. It costs 34 tokens per session (243 once invoked), scanned A, original, MIT.

A review tool that checks staged changes or a commit range against the project’s sound rules. A commit range is a selected span of Git history, and staged changes are edits prepared for the next commit.

In plain words
What is it for?
Use it for pre-commit reviews or to inspect a group of commits and identify rule violations and relevant improvements.
Why use it?
It helps catch code that conflicts with the project’s documented style and design rules before it is committed. It reports the most important findings first and stops if those rules are unavailable.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sound plugin — 3 skills shipped together

Good fit Use it for pre-commit reviews or to inspect a group of commits and identify rule violations and relevant improvements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saadshahd/moo.md/review
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.

Any agent
npx skills add saadshahd/moo.md --skill review
Clone the repo
git clone --depth 1 https://github.com/saadshahd/moo.md

Made for: Claude Code.

Or install sound, the plugin that ships this one along with the rest of its 3 skills.

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 review

README.md
[![agentmods](https://agentmods.dev/badge/skills/saadshahd/moo.md/review/github.svg)](https://agentmods.dev/skills/saadshahd/moo.md/review)
Your own site
<a href="https://agentmods.dev/skills/saadshahd/moo.md/review"><img src="https://agentmods.dev/badge/skills/saadshahd/moo.md/review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review

Your own site · 80×15
<a href="https://agentmods.dev/skills/saadshahd/moo.md/review"><img src="https://agentmods.dev/badge/skills/saadshahd/moo.md/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 243 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.00034 $0.00243
Opus 5 $0.00017 $0.00121
Sonnet 5 $0.00007 $0.00049
Haiku 4.5 $0.00003 $0.00024

Measured 9d ago against content hash 43df2c70cd66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

review 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 9d 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.

sound/skills/review/SKILL.md · 20 lines

What it actually says

sound:review

What to read

  • No argumentgit diff --cached.
  • A range (e.g. main..HEAD) → its commits and the whole git diff <range>.

How to review

The project's taste rules live under .claude/sound/. Read the ones that bear on the code the diff touches, and apply each rule's Detect: and Not-when: verbatim — never from memory. If .claude/sound/ is absent, say so and stop.

Review deeply: surface every rule the changes violate, and the enhancements that genuinely matter for this diff's kind. Ground every finding in the diff and the intent behind it — never rule from the text alone. Stay silent where a rule's Not-when: applies.

Report most-consequential first: - <file>: <rule or enhancement> — <anchor>. If nothing stands, say CLEAN.

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. 9d ago First seen · 20 lines · 34 tokens per session scan A 43df2c70cd66

Subscribe to this mod's changes

review is a skill published in the GitHub repository saadshahd/moo.md (34 stars, last pushed 2d ago), licensed MIT. It adds 34 tokens to every session and 243 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-30.

Related

Other skills, from other repositories

code-reviewer

Code review knowledge base: quality, security (OWASP Top 10), error-handling, performance, and test-coverage checklists with severity-ranked output format. Use when reviewing code changes, PRs, or before commits. Loaded automatically by the code-reviewer agent.

claude-world/director-mode-lite · 59 tokens

independent-review-loop

Independent review loop run before delivery in code work. An independent reviewer (Codex, or fresh Codex-style subagents) reads the whole PR against the approved outcome; the lead fixes in-scope functional findings and re-reviews until none remain. Its differentiator is independence and exhaustiveness — a reviewer…

DheerG/swarms · 114 tokens

review-arch

Conduct a principal-level architecture review of a system, specification, diagram, or set of design decisions. Use when asked to review an architecture, evaluate a design, assess coupling/cohesion, check for anti-patterns, audit system boundaries, or produce an Architecture Review Board (ARB) style verdict. Also use…

sergeyklay/.agents · 199 tokens

review-impl

Review implementation changes for a given task against architectural standards. Use when reviewing a PR, evaluating recently committed code, assessing whether implementation changes are correct and architecturally sound, or when asked to 'review my changes', 'check this implementation', 'review what I built', 'is this…

sergeyklay/.agents · 155 tokens

pocket-development

Use when executing implementation plans of one or more tasks. Trigger on execute plan, delegate tasks, dispatch subagents. Combines delegate handoff discipline with prompt-engineering attention mechanics.

rfxlamia/pocketto · 40 tokens

resolve-dispute

Resolves stuck review findings via a put-up-or-concede exchange. Invoked by the facilitator when a finding survives arbitration without new evidence.

DheerG/swarms · 32 tokens