with one click
coderabbit
Run CodeRabbit CLI code review and interactively fix issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run CodeRabbit CLI code review and interactively fix issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Write detailed commit messages and create commits
Run formatters and linters, then fix reported issues
Generate PR title and description from branch diff against origin/main
Comprehensive PR review with detailed explanations and constructive feedback
Analyze and resolve git merge conflicts with guided assistance
Split a bloated PR into a stack of small, reviewable PRs
| name | coderabbit |
| description | Run CodeRabbit CLI code review and interactively fix issues |
| triggers | ["coderabbit","code review","review code","analyze code","code quality"] |
Use this skill to run CodeRabbit CLI code reviews and interactively fix reported issues.
# Default: Compare against origin/main
coderabbit review --prompt-only --base origin/main
# Alternative: For uncommitted changes only
coderabbit review --prompt-only --type uncommitted
Note: CodeRabbit reviews can take 7-30+ minutes. Inform the user.
Group findings into categories such as:
For each cluster, present ALL findings with:
Be opinionated:
Use AskUserQuestion ONCE per cluster:
When user approves a cluster:
# Verify lint passes
make lint
# Run tests
make test/failed-only
# Optional: Run CodeRabbit again to verify
coderabbit review --prompt-only --base origin/main
curl -fsSL https://cli.coderabbit.ai/install.sh | sh