review-and-fix
Installation
SKILL.md
Review and Fix
Ensure the current branch passes CodeRabbit review before pushing — so that when the branch is pushed and CodeRabbit runs on the PR, it produces no new review comments.
This skill runs CodeRabbit CLI locally, validates and fixes real issues, and repeats the cycle until the review is clean.
Prerequisites
coderabbit --version 2>/dev/null || echo "NOT_INSTALLED"
coderabbit auth status 2>&1
If CLI is not on the latest version, update first:
coderabbit update
coderabbit --version