pr-review-toolkit

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

Content Preview
{
  "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": "[email protected]"
  },
  "source": "./plugins/pr-review-toolkit",
  "category": "productivity",
  "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/pr-review-toolkit"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pr-review-toolkit.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

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

Then reference at .claude-plugin/marketplace.json

Related Skills