Setup & Installation
What This Skill Does
Runs AI-powered code reviews through the CodeRabbit CLI. It scans diffs for bugs, security issues, and quality problems, groups findings by severity, and can loop autonomously — implement, review, fix, re-review — until the code is clean.
It catches bugs and security issues in your diff automatically, so you don't have to wait for a human reviewer or read through changes line by line yourself.
When to use it
- Reviewing staged changes for security vulnerabilities before committing
- Comparing a feature branch against main to catch regressions
- Running a post-implementation review cycle that fixes its own findings
- Scanning uncommitted work for bugs during local development
- Getting severity-grouped feedback on a pull request without leaving the terminal