Claude-skill-registry coderabbit-interactions
Systematic workflow for CodeRabbit reviews - local CLI, PR threads, and commit attribution
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/coderabbit-interactions" ~/.claude/skills/majiayu000-claude-skill-registry-coderabbit-interactions && rm -rf "$T"
manifest:
skills/data/coderabbit-interactions/SKILL.mdsource content
CodeRabbit Interactions
Workflows for CodeRabbit code reviews: local CLI usage, PR thread processing, and commit attribution.
Two Review Modes
| Mode | When | Reference |
|---|---|---|
| Local CLI | Before push, get early feedback | |
| PR Threads | After CodeRabbit reviews your PR | |
Skill Contents
Available Resources
references/ - Detailed documentation
scripts/ - Automation scripts
Scripts
| Script | Purpose |
|---|---|
| Run CodeRabbit CLI and save findings |
| Export PR comments to local JSON |
| Batch reply to threads after fixes |
References
| Reference | Content |
|---|---|
| Installation, authentication, troubleshooting |
| CLI commands and async workflow |
| All commit message templates |
| Complete workflow examples |
Key Requirement: Co-Author
All CodeRabbit fix commits must include:
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
See
references/commit-formats.md for all templates.
Related
- PR lifecycle including CodeRabbit integration.claude/skills/pr-lifecycle- CodeRabbit CLI Docs
- Cursor Integration