coderabbit-code-review
Installation
SKILL.md
CodeRabbit Code Review
Use this skill when the user asks for a code review, pull request review, security review, quality check, bug-finding pass, or explicitly asks to use CodeRabbit.
Core Workflow
- Identify the review scope:
- Local working tree changes.
- Uncommitted changes only.
- Committed branch changes.
- A branch or commit compared with a base.
- A specific repository directory.
- Confirm the target directory is a Git repository:
git rev-parse --is-inside-work-tree
Related skills