Skip to content

coderabbitai/claude-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeRabbit Plugin for Claude Code

AI-powered code review in Claude Code, powered by CodeRabbit.

Installation

1. Prerequisites

Install and authenticate the CodeRabbit CLI:

curl -fsSL https://cli.coderabbit.ai/install.sh | sh
coderabbit auth login

2. Install Plugin

In Claude Code:

/plugin marketplace add coderabbitai/claude-plugin
/plugin install review@coderabbit

Or via CLI:

claude plugin marketplace add coderabbitai/claude-plugin
claude plugin install review@coderabbit

Usage

/coderabbit:review

The command will:

  • Verify CLI installation and authentication
  • Run the code review
  • Present findings grouped by severity

Options

/coderabbit:review                    # Review all changes
/coderabbit:review committed          # Only committed changes
/coderabbit:review uncommitted        # Only uncommitted changes
/coderabbit:review --base main        # Compare against main

Natural Language

You can also just ask Claude:

  • "Review my code"
  • "Check for security issues"
  • "What's wrong with my changes?"

Resources

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published