review-pr

review-pr is a command for Claude Code from prgilabert/agent-ecosystem-generator. It costs 62 tokens per session (255 once invoked), scanned A, original, MIT.

A command that checks a pull request with separate security, performance, and test reviewers, then combines their findings into one report. A pull request is a proposed code change submitted for review.

In plain words
What is it for?
Use it to review a pull request, audit a code diff, or check whether a change is ready to ship.
Why use it?
It brings several kinds of code review into one result and reports problems without changing the code.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the pr-review-trio plugin — 1 skill, 1 command, 3 agents, 1 MCP server shipped together

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 commands/prgilabert/agent-ecosystem-generator/review-pr
Clone the repo
git clone --depth 1 https://github.com/prgilabert/agent-ecosystem-generator

Made for: Claude Code.

Or install pr-review-trio, the plugin that ships this one along with the rest of its 1 skill, 1 command, 3 agents, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/prgilabert/agent-ecosystem-generator/review-pr.svg)](https://agentmods.dev/commands/prgilabert/agent-ecosystem-generator/review-pr)
Your own site
<a href="https://agentmods.dev/commands/prgilabert/agent-ecosystem-generator/review-pr"><img src="https://agentmods.dev/badge/commands/prgilabert/agent-ecosystem-generator/review-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 255 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.1 $0.00062 $0.00255
Opus 5 $0.00031 $0.00128
Sonnet 5 $0.00012 $0.00051
Haiku 4.5 $0.00006 $0.00026

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

Security

Grade A, and why

review-pr 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 6d 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.

examples/pr-review-trio/commands/review-pr.md · 32 lines

What it actually says

/review-pr

Orchestrates three parallel reviewers and aggregates their findings into one markdown report.

Input: $ARGUMENTS

Pattern: orchestrator-workers

spec.json lists 3 independent sub-tasks that can run in parallel.

Phases

  1. Read inputs from $ARGUMENTS.
  2. Spawn workers in parallel via the Agent tool.
  3. Aggregate worker outputs into a single response.

Workers

  • security-reviewer — Scans the diff for security vulnerabilities.
  • performance-reviewer — Scans the diff for performance red flags.
  • test-reviewer — Verifies test coverage for the diff.

Error handling

If any worker returns without its expected artifact, surface its final message verbatim and stop. Do not fabricate progress.

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. 6d ago First seen · 32 lines · 62 tokens per session scan A b8b9910c1f79

Subscribe to this mod's changes

review-pr is a command published in the GitHub repository prgilabert/agent-ecosystem-generator (8 stars, last pushed 4mo ago), licensed MIT. It adds 62 tokens to every session and 255 once invoked, about $0.0003 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 commands, from other repositories

design-to-code

Mockup-to-component pipeline using Google Stitch, 21st.dev, and Storybook MCP. Accepts a screenshot, a description, or a URL and produces production-ready React components, checking existing Storybook components before generating anything new. Use when implementing UI from a mockup or screenshot. To call the MCP tool…

yonatangross/orchestkit · 86 tokens

swarm-migrate

Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out…

yonatangross/orchestkit · 103 tokens

auto

Intent-classified router, the front door to OrchestKit and the DEFAULT entry point for any goal-shaped request. Classifies a plain-English goal and routes it to the right specialist skill. Routing is never overhead, so use it even when the target skill seems obvious; skip only when already executing inside another…

yonatangross/orchestkit · 99 tokens

design-context-extract

Extract design DNA from app screenshots, live URLs, or screen recordings using Google Stitch — color palettes, typography, spacing tokens, component patterns, and motion specs as design-tokens.json or Tailwind config. Use when the user points to a screenshot, URL, or video and asks to extract or audit the design…

yonatangross/orchestkit · 84 tokens

design-import

Scaffolds React components from a Claude Design handoff bundle and stops at files on disk: no stories, no tests, no pull request. Use when handed a claude.ai/design URL or a local bundle file; when that same scaffold should carry on through test generation, browser verification and an opened PR, run /ork:design-ship…

yonatangross/orchestkit · 74 tokens

dev

One-command dev loop boot. Spins up portless (named HTTPS subdomain), emulate (stateful API mocks), the project's dev server, and an agent-browser session, all keyed to the current git branch. Use when starting a feature branch, switching worktrees, or returning to a project after a break. Skips silently with install…

yonatangross/orchestkit · 76 tokens