claudekit / tools / code-review
[ Plugin · Development ]

Code Review

Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives.

$ /plugin install code-review copy

Anthropic official marketplace plugin

What it does

Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives.

Features

  • Multiple independent agents for comprehensive review
  • Confidence-based scoring reduces false positives (threshold: 80)
  • CLAUDE.md compliance checking with explicit guideline verification
  • Automatic skipping of closed, draft, or already-reviewed PRs
  • Direct code links with full SHA and line ranges

Use cases

  1. Catch latent bugs and security issues in a change before opening the PR.
  2. Detect coding-convention violations automatically and propose fixes.
  3. Suggest readability improvements for complex logic.
§ 4

See also

same category · curated
[01]
[Tool] Paseo · Run any coding agent from your phone, desktop, or terminal. Self-hosted, multi-provider, open source. A local daemon runs the agents on your machine and every client — desktop, mobile, web, CLI — connects to it, with the native mobile app at full feature parity with desktop.
tool · claudekit.io / tools / paseo
[02]
[Tool] Orca · Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. It runs each agent in an isolated git worktree, lets you compare outputs side by side, and merge the ones you want. Works with Claude Code, Codex, Grok, and 30+ CLI agents. Available on desktop and mobile.
tool · claudekit.io / tools / orca
[03]
[Skill] Matt Pocock's Skills · Skills For Real Engineers. Straight from Matt Pocock's .claude directory. 20+ agent skills for real engineering — not vibe coding — covering alignment (grilling), specs, TDD, code review, bug diagnosis, and architecture. Install as an editable fork via skills.sh or as a read-only plugin bundle.
tool · claudekit.io / tools / mattpocock-skills
§ 5

Frequently Asked Questions

frequently asked
§ 5.1
What is Code Review?
An Anthropic official marketplace plugin that analyzes code changes for potential bugs, performance issues, and security concerns. It uses multiple specialized agents with confidence-based scoring to filter false positives.
§ 5.2
Where does it run?
Claude Code.
§ 5.3
How do I install it?
In Claude Code, run `/plugin install code-review`.
§ 5.4
When should I use it?
Before opening a PR, to surface potential bugs and security issues, catch convention violations, and get readability improvement suggestions for complex logic.
§ 5.5
Does it replace human reviewers?
It's a pre-merge verification layer, not a replacement. Use it to handle obvious issues so human reviewers can focus on the high-judgment calls.