What problem does it solve?
This Skill uses the CodeRabbit CLI to provide AI-driven code reviews for local changes, helping developers get faster, consistent feedback and PR readiness.
Core Features & Use Cases
- AI-driven code reviews: Analyze local changes and provide feedback using CodeRabbit.
- PR readiness checks: Assess whether current changes are ready to merge and what needs attention.
- Flexible review scopes: Review all changes, or only committed/uncommitted changes, or specific commits.
- Config-driven context: Auto-detects and uses project configs like .coderabbit.yaml and CLAUDE.md when present.
- Output modes: Interactive, plain text, or prompt-only reviews to fit your workflow.
Quick Start
From within a git repository, run coderabbit review with your preferred options. For example:
- Check for configs and show a summary:
git status
ls -la .coderabbit.yaml CLAUDE.md 2>/dev/null
- Run a full review with plain text output:
coderabbit review --type all --plain -c .coderabbit.yaml CLAUDE.md