Back to Plugins

PR Review Toolkit

Specialized PR review agents for comprehensive code quality analysis. Six-dimensional review covering comments, tests, errors, types, quality, and security. Multi-agent approach for thorough analysis.

code-reviewprqualityagentsofficial

Installation

claude plugins add pr-review-toolkit@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "pr-review-toolkit@claude-plugins-official": true
  }
}

Commands

/pr-reviewFull six-dimensional PR review
/pr-commentsReview PR for comment quality and documentation
/pr-testsAnalyze test coverage and quality in PR
/pr-typesCheck type safety and type coverage
/pr-securitySecurity-focused PR review

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub