Back to Plugins

Code Review

Multi-agent code review system with confidence-based filtering. Provides comprehensive PR analysis across security, performance, maintainability, and correctness dimensions with intelligent prioritization of high-impact issues.

code-reviewprqualityofficialagents

Installation

claude plugins add code-review@claude-plugins-official

Configuration

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

Commands

/code-reviewLaunch comprehensive code review on current changes or specified PR
/reviewQuick review of staged changes with confidence scoring
/review-fileDeep review of a specific file

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