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]
[Plugin] Codex Plugin for Claude Code · Use Codex from Claude Code to review code or delegate tasks. An OpenAI-published plugin that exposes standard reviews, adversarial reviews, and task delegation as slash commands, plus a Codex subagent and background-job tracking.
tool · claudekit.io / tools / codex-plugin-cc
[02]
[Plugin] Andrej Karpathy Skills · A single `CLAUDE.md` file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
tool · claudekit.io / tools / andrej-karpathy-skills
[03]
[MCP] Chrome DevTools MCP · An MCP server that lets AI agents control and inspect a live Chrome browser for performance analysis, debugging, and automation.
tool · claudekit.io / tools / chrome-devtools
§ 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.