review

review is a command for Claude Code from beevibe-ai/beevibe-cto. It costs 71 tokens per session (1,128 once invoked), scanned A, original, Apache-2.0.

A review tool for pull requests or local code changes that checks them against principles learned from your team's own repository. It can guide you through issues and post approved comments on a GitHub pull request.

In plain words
What is it for?
Use it to review a pull request, staged changes, or a branch compared with the main branch. The team's principles must first be discovered with the companion principles command.
Why use it?
It helps find disagreements with your team's actual conventions instead of relying only on generic style rules.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the adr plugin — 6 commands shipped together

Good fit Use it to review a pull request, staged changes, or a branch compared with the main branch. The team's principles must first be discovered with the companion principles command.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/beevibe-ai/beevibe-cto/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/beevibe-ai/beevibe-cto

Made for: Claude Code.

Or install adr, the plugin that ships this one along with the rest of its 6 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 review

README.md
[![agentmods](https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/review/github.svg)](https://agentmods.dev/commands/beevibe-ai/beevibe-cto/review)
Your own site
<a href="https://agentmods.dev/commands/beevibe-ai/beevibe-cto/review"><img src="https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/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/commands/beevibe-ai/beevibe-cto/review"><img src="https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,128 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.00071 $0.01128
Opus 5 $0.00036 $0.00564
Sonnet 5 $0.00014 $0.00226
Haiku 4.5 $0.00007 $0.00113

Measured 9d ago against content hash 5ae3d8d5366d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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.

plugin/commands/review.md · 137 lines

How it starts

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

/adr:review — Dynamic PR review against team principles

Use when the user wants the bot to PR-review a change against the team's own conventions, not generic style rules. Requires /adr:principles to have run at least once.

Step 0 — Check principles exist

If .adr/principles.json doesn't exist in the repo, tell the user:

Your team principles haven't been discovered yet. Run /adr:principles first — it scans the repo and learns what your team's conventions are, so PR review can cite your own code.

Stop. Do not proceed.

Step 1 — Figure out what to review

If the user typed /adr:review 42, that's PR #42. Otherwise ask one short question:

What do you want me to review?

  1. A PR — give me the number
  2. Your staged changes (git diff --staged)
  3. Your current branch vs main

Skip the question if the user already said.

Step 2 — Detect violations via the MCP server

Call adr_review with the appropriate source:

{ "pr_number": 42 }

or

{ "staged": true }

or

{ "branch": "main" }

The tool returns structured violations (each with principle_id, file, line, severity, message, suggested_fix) and the matching principles array (id, rule, rationale, examples_to_follow).

Runs in 30-90 seconds depending on diff size. Costs $0.01-$0.05 on gpt-4.1-mini.

Step 3 — If no violations: ship it

If violation_count is 0:

No principle violations in this change. Ship it.

Stop.

Step 4 — Walk through violations one at a time

For each violation in the returned list:

  1. Show the user this block:

    [N/total] <SEVERITY-COLORED> file.ts:LINE
    
    Team principle: <principle.rule>
    <principle.rationale>
    
    Why this hunk fails: <violation.message>
    
    Team example to follow: <principle.examples_to_follow[0]>
    Fix: <violation.suggested_fix>
    
  2. Ask one short question:

    Post / edit / skip?

  3. Capture the answer. If "edit", let them rewrite the comment text. Track which violations get accepted.

Read the full file on GitHub · 137 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. 9d ago First seen · 137 lines · 71 tokens per session scan A 5ae3d8d5366d

Subscribe to this mod's changes

review is a command published in the GitHub repository beevibe-ai/beevibe-cto (106 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 71 tokens to every session and 1,128 once invoked, about $0.0004 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.