💡

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

🎯
Improved review accuracy Quality
Installation · plugin marketplace (claude-plugins-official)
$ /plugin install pr-review-toolkit

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.

Frequently Asked Questions

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.

Where does it run?

Claude Code.

How do I install it?

In Claude Code, run `/plugin install pr-review-toolkit`.

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.

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.