💡

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

🎯
Pre-merge code quality verification Quality
Installation · plugin marketplace (claude-plugins-official)
$ /plugin install code-review

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.

Frequently Asked Questions

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.

Where does it run?

Claude Code.

How do I install it?

In Claude Code, run `/plugin install code-review`.

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.

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.