plugins marketplace
← All plugins

pr-review-toolkit

v1.0.0

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

Claude Code

by Daisy934updated 2 weeks ago

Source

git clone https://github.com/LING71671/Open-ClaudeCode

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",
  "version": "1.0.0",
  "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
  "author": {
    "name": "Daisy",
    "email": "daisy@anthropic.com"
  }
}