plugins marketplace
← All plugins

code-review

v1.0.0

Automated code review for pull requests using multiple specialized agents with confidence-based scoring

Claude Code

by Boris Cherny140.8kupdated 1 day ago

Source

git clone https://github.com/anthropics/claude-code

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/code-review/ inside the repository.

Layout

plugins/code-review/
└── .claude-plugin/plugin.json

Manifests1

plugins/code-review/.claude-plugin/plugin.json
{
  "name": "code-review",
  "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring",
  "version": "1.0.0",
  "author": {
    "name": "Boris Cherny",
    "email": "boris@anthropic.com"
  }
}