coderabbit

Installation
SKILL.md

CodeRabbit CLI

AI code review from the terminal. The command is cr (alias for coderabbit).

When to Use

  • Review uncommitted or committed changes before push
  • Compare current branch against a base branch
  • Get AI feedback on bugs, security, and code quality

Setup

cr auth login                    # OAuth login (opens browser)
cr auth login --api-key <key>    # API key auth (non-interactive)
cr auth status                   # Check auth state
cr auth org                      # Switch organization
cr auth logout                   # Log out
Installs
2
GitHub Stars
1
First Seen
Jul 5, 2026
coderabbit — bnema/opencode-public