| name | coderabbit |
| description | AI-powered code review using CodeRabbit.Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security). |
| metadata | {"version":"0.1.0"} |
CodeRabbit Code Review
AI-powered code review using CodeRabbit. Enables developers to implement features, review code, and fix issues in autonomous cycles without manual intervention.
Capabilities
- Finds bugs, security issues, and quality risks in changed code
- Groups findings by severity (Critical, Warning, Info)
- Works on staged, committed, or all changes; supports base branch/commit and review directory selection
- Uses
--agent output for agent-readable review results and fix guidance
When to Use
When user asks to:
- Review code changes / Review my code
- Check code quality / Find bugs or security issues
- Get PR feedback / Pull request review
- What's wrong with my code / my changes
- Run coderabbit / Use coderabbit
How to Review
1. Check Prerequisites
coderabbit --version 2>/dev/null || echo "NOT_INSTALLED"
coderabbit auth status 2>&1
If the CLI is already installed, confirm it is an expected version from an official source before proceeding.
Note: The --agent flag requires CodeRabbit CLI v0.4.0 or later. If the installed version is older, ask the user to upgrade.
If CLI not installed, tell user: