review-all

review-all is a plugin for Claude Code from ncoevoet/claude-review-all. Its manifest loads nothing; the 1 skill, 12 agents it bundles cost 467 tokens per session together, scanned A, original, MIT.

A code-review add-on that uses several reviewing agents and checks their findings across different kinds of projects.

In plain words
What is it for?
Use it to review changes or a project for bugs, maintainability issues, and other findings produced by code analysis.
Why use it?
It helps catch code problems while filtering out findings that cannot be verified, reducing distracting false alarms.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions Claude Code.

Good fit Use it to review changes or a project for bugs, maintainability issues, and other findings produced by code analysis.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add ncoevoet/claude-review-all/plugin install review-all
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/ncoevoet/claude-review-all

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/plugins/ncoevoet/claude-review-all/claude-review-all"><img src="https://agentmods.dev/badge/plugins/ncoevoet/claude-review-all/claude-review-all.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill, 12 agents cost 467 tokens a session between them.
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.
Security

Grade A, and why

review-all 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 today.

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.

.claude-plugin/plugin.json · 20 lines

What it actually says

{
  "name": "review-all",
  "version": "0.9.2",
  "description": "Comprehensive, project-agnostic, multi-agent code review for Claude Code with verification to eliminate false positives.",
  "author": {
    "name": "Nicolas Coevoet",
    "url": "https://github.com/ncoevoet"
  },
  "homepage": "https://github.com/ncoevoet/claude-review-all",
  "repository": "https://github.com/ncoevoet/claude-review-all",
  "license": "MIT",
  "keywords": [
    "code-review",
    "review",
    "multi-agent",
    "static-analysis",
    "skill"
  ]
}
Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed 3f79e1cbc989
  2. 8d ago Changed 206d21e68951
  3. 12d ago First seen · 20 lines scan A e53b2662c7aa

Subscribe to this mod's changes

review-all is a plugin published in the GitHub repository ncoevoet/claude-review-all (28 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

gemini

agy-plugin-cc is a Claude Code companion for running Gemini CLI or Antigravity CLI (agy) as a cross-model task delegate and code reviewer, with pragmatic and adversarial review, MCP tools, and background jobs.

arcobaleno64/agy-plugin-cc · not measured

ci-review

CI-optimized code review: multi-agent parallel review with confidence scoring and atomic GitHub PR review posting via gh api.

rube-de/cc-skills · not measured

review-gate

Native Claude Code AI code review + blocking pre-push gate on your Claude subscription. Isolated headless reviewer, severity/confidence verdicts, fails closed. open-code-review, done compliantly.

Jose-Ribeir/claude-code-review-gate · not measured

consensus-review

Two code-review strategies sharing one contract: /consensus-review (parallel multi-source panel with an Opus arbiter, codex consultant and strict sceptic) and /loop-review (sequential coverage-directed passes with evidence-backed cells and a CLEAN verdict enforced in code). Strictly read-only.

akholod/consensus-review · not measured

great-cto

You already have the agent. This is everything around it. greatcto runs Claude Code as a pipeline of 70 specialist agents — an independent model checks each stage before the next builds on it, spending caps refuse rather than warn, and three decisions stay yours: what gets built, how, and whether it ships.

avelikiy/great_cto · not measured

asdlc

PRD Implementor, PR Review, PDQC — commands and subagents.

mumerfarooq-con/asdlc-tools · not measured