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] gstack · Garry Tan's (YC CEO) exact Claude Code setup, packaged as slash commands. Call up roles like CEO, Designer, Eng Manager, QA, and Release Manager in sequence so a solo builder can work like a team.
tool · claudekit.io / tools / gstack
[02]
[MCP] PayPal · PayPal's official remote MCP server and open-source Agent Toolkit. Create invoices, orders, payments, refunds, subscriptions, and handle disputes from Claude Code.
tool · claudekit.io / tools / paypal
[03]
[MCP] Shopify Dev MCP · Shopify's official MCP server. Search Shopify dev docs, introspect the Admin GraphQL schema, and validate GraphQL, Liquid, and component code from Claude Code.
tool · claudekit.io / tools / shopify
§ 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.