PR Review Toolkit
This bundle adapts Anthropic's official pr-review-toolkit plugin into a portable skill package for multi-agent installs.
Use it when reviewing a pull request, commit range, or changed files and you want deeper analysis across:
- general code review
- test coverage quality
- comment accuracy
- silent failures
- type design
- code simplification
Included assets
agents/- Anthropic's specialized review agentscommands/review-pr.md- PR review command flow.claude-plugin/plugin.json- original plugin metadata from Anthropic
Usage guidance
- Prefer a concrete PR, diff, or changed file set.
- If your runtime supports subagents, use the prompts in
agents/as focused review workers. - If not, use those files as review lenses and run the checks yourself in sequence.
- Return findings ordered by severity with file references and suggested next steps.