code-review
Installation
Summary
AI-powered code review using CodeRabbit, triggered on explicit request or autonomously when quality/security issues are detected.
- Identifies bugs, security vulnerabilities, and quality risks; groups findings by severity (Critical, Warning, Info)
- Supports reviewing staged, committed, or all changes; can compare against specific branches or commit hashes
- Offers two output modes:
--plainfor detailed feedback with fix suggestions, or--prompt-onlyfor minimal agent-optimized output - Enables autonomous fix cycles: review code, create task list from findings, fix issues systematically, then re-run to verify
SKILL.md
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
--agentoutput 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
Related skills