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]
[MCP] Cloudflare · Cloudflare's official remote MCP servers, operated by Cloudflare. Search docs, manage Workers bindings, debug logs, and render pages from Claude Code.
tool · claudekit.io / tools / cloudflare
[02]
[MCP] Sentry · Sentry's official remote MCP server, hosted by Sentry. Pull errors, stack traces, and releases into Claude Code and run Seer root-cause analysis.
tool · claudekit.io / tools / sentry
[03]
[MCP] Vercel · Vercel's official remote MCP server, hosted by Vercel. Inspect deployments, read build and runtime logs to find failures, and search the docs from Claude Code.
tool · claudekit.io / tools / vercel
§ 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.