plugins marketplace
← All plugins

pr-review-toolkit

Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification

Claude Code

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

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

Layout

plugins/pr-review-toolkit/
└── .claude-plugin/plugin.json

Manifests1

plugins/pr-review-toolkit/.claude-plugin/plugin.json
{
  "name": "pr-review-toolkit",
  "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}