code-review

code-review is a command for Claude Code from GoogilyBoogily/googilyboogily-claude-power-tools. It costs 12 tokens per session (2,170 once invoked), scanned A, original, MIT.

A code-review command that uses several specialist review agents at the same time. It first examines the repository state and the likely impact of the changes.

In plain words
What is it for?
Use it to review a set of code changes across areas such as system impact, external dependencies, deployment, and team workflows. It can distinguish urgent findings from optional improvements.
Why use it?
It helps uncover problems from different perspectives and adjusts the review depth to the change’s risk and context. It also considers affected systems, integrations, deployment concerns, and stakeholders.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the code-quality plugin — 3 commands shipped together

Good fit Use it to review a set of code changes across areas such as system impact, external dependencies, deployment, and team workflows. It can distinguish urgent findings from optional improvements.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/googilyboogily/googilyboogily-claude-power-tools/code-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.

Clone the repo
git clone --depth 1 https://github.com/GoogilyBoogily/googilyboogily-claude-power-tools

Made for: Claude Code.

Or install code-quality, the plugin that ships this one along with the rest of its 3 commands.

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-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/googilyboogily/googilyboogily-claude-power-tools/code-review/github.svg)](https://agentmods.dev/commands/googilyboogily/googilyboogily-claude-power-tools/code-review)
Your own site
<a href="https://agentmods.dev/commands/googilyboogily/googilyboogily-claude-power-tools/code-review"><img src="https://agentmods.dev/badge/commands/googilyboogily/googilyboogily-claude-power-tools/code-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 code-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/googilyboogily/googilyboogily-claude-power-tools/code-review"><img src="https://agentmods.dev/badge/commands/googilyboogily/googilyboogily-claude-power-tools/code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,170 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.00012 $0.02170
Opus 5 $0.00006 $0.01085
Sonnet 5 $0.00002 $0.00434
Haiku 4.5 $0.00001 $0.00217

Measured 12d ago against content hash 50f314ae2cfe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

code-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 12d 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.

plugins/code-quality/commands/code-review.md · 222 lines

How it starts

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

Code Review

Current Repository State

!git status --short && echo "---" && git diff --stat && echo "---" && git log --oneline -5

Pre-Review Analysis: Think This Through End-to-End

Before launching review agents, analyze the complete impact and context:

Impact Assessment

  • System Impact: What systems, services, or components could be affected by these changes?
  • Deployment Context: What's the risk level and timeline for these changes?
  • Integration Points: Are there external dependencies, APIs, or team workflows involved?
  • Stakeholder Impact: Who depends on the code being reviewed?

Review Strategy Coordination

Based on impact assessment and $ARGUMENTS, determine:

  • Critical vs. Nice-to-Have: Which review aspects are CRITICAL vs. optional for this change?
  • Potential Conflicts: Could findings from different review areas suggest competing solutions?
  • Shared Context: What context should all review agents be aware of?
  • Appropriate Rigor: What level of analysis matches the change scope and risk?

Review Strategy

Based on $ARGUMENTS and the impact assessment above, determine which review agents are needed:

If reviewing "changes" or recent modifications:

  1. Analyze the file types that have been modified
  2. Launch only relevant review agents:
    • Documentation files only (*.md, *.txt, README): Launch only Documentation & API Review agent
    • Test files only (test., .spec., tests/): Launch Testing Quality Review and Code Quality Review agents
    • Config files only (*.json, *.yaml, *.toml, .*rc): Launch Security & Dependencies Review and Architecture Review agents
    • Source code files (*.ts, *.js, *.py, etc.): Launch all 6 review agents
    • Mixed changes: Launch agents relevant to each file type present

If reviewing a specific directory or broad scope:

  • Launch all 6 review agents for comprehensive coverage

Use the Task tool to invoke the appropriate code-review-expert agents concurrently with enhanced thinking trigger instructions:

Read the full file on GitHub · 222 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. 12d ago First seen · 222 lines · 12 tokens per session scan A 50f314ae2cfe

Subscribe to this mod's changes

code-review is a command published in the GitHub repository GoogilyBoogily/googilyboogily-claude-power-tools (2 stars, last pushed 4mo ago), licensed MIT. It adds 12 tokens to every session and 2,170 once invoked, about $0.0001 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.