claudekit / tools / pr-review-toolkit
[ Plugin · DevOps ]

PR Review

A comprehensive collection of specialized agents for thorough pull request review.

$ /plugin install pr-review-toolkit copy

Anthropic official marketplace plugin

What it does

Bundles 6 expert review agents that each focus on specific code quality aspects, available for individual targeted reviews or combined comprehensive PR analysis.

Features

  • Comment accuracy vs actual code and documentation completeness analysis
  • Behavioral vs line coverage and test quality assessment
  • Silent failures in catch blocks and error handling detection
  • Type design evaluation across encapsulation, invariants, usefulness, and enforcement
  • Code simplification focused on clarity and readability while preserving functionality

Use cases

  1. Summarize a large PR by category to cut review time.
  2. Run automated checks for code quality, test coverage, and security.
  3. Post review comments directly to the GitHub PR.
§ 4

See also

same category · curated
[01]
[Skill] Google Skills · Agent Skills for Google products and technologies — maintained by Google. The repo ships 13 skills: 7 foundational (Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE basics), 3 recipes (Google Cloud onboarding, auth, network observability), and 3 Well-Architected Framework skills (security, reliability, cost optimization), so Claude Code pulls in Google Cloud guidance automatically when those topics come up.
tool · claudekit.io / tools / google-skills
[02]
[Plugin] Commit Commands · Streamline your git workflow with simple commands for committing, pushing, and creating pull requests.
tool · claudekit.io / tools / commit-commands
[03]
[MCP] GitHub MCP · The GitHub official MCP server. Browse repositories, manage issues and PRs, monitor Actions, and run code security analysis — all from Claude Code.
tool · claudekit.io / tools / github-mcp
§ 5

Frequently Asked Questions

frequently asked
§ 5.1
What is PR Review?
An Anthropic official marketplace plugin — a comprehensive collection of specialized agents that automatically analyzes a GitHub PR and produces a summary, review points, and improvement suggestions.
§ 5.2
Where does it run?
Claude Code.
§ 5.3
How do I install it?
In Claude Code, run `/plugin install pr-review-toolkit`.
§ 5.4
When should I use it?
To shorten review time on large PRs by getting a categorized summary, to run automated checks across quality, test coverage, and security, and to post review comments directly to the GitHub PR.
§ 5.5
How is it different from the Code Review plugin?
Code Review focuses on pre-merge verification of local code changes; PR Review focuses on reviewing, summarizing, and commenting on PRs already on GitHub.