Agent skill
coderabbit-review
Perform code review using CodeRabbit. Must use this skill if instructed to perform a CodeRabbit review.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/coderabbit-review
SKILL.md
CodeRabbit Review
This skill provides instructions on how to use CodeRabbit CLI for code reviews, and how to handle the feedback received.
Instructions
- Check authentication status with
coderabbit auth status. If not logged in, prompt the user to log in usingcoderabbit auth login. - Determine whether to review uncommitted or committed code changes based on the git status.
- Run the appropriate CodeRabbit command without sandbox:
- For uncommitted changes:
coderabbit --plain --type uncommitted - For committed changes:
coderabbit --plain --type committed
- For uncommitted changes:
- When receiving the message "Review Completed", it indicates the review process is finished.
- If there are no review comments from CodeRabbit, inform the user that no issues were found.
- If there are review comments, address the issues as follows:
- If the comment points out clear bugs, coding standard violations, security issues, or performance improvements, make the necessary changes immediately.
- If the comment is overly strict, involves trade-offs, or requires significant architectural changes, ask the user for a decision before making any changes.
- Report back to the user with a summary of the comments received from CodeRabbit and the actions taken for each comment.
Note
- CodeRabbit reviews can take 5+ minutes. Please wait.
- You should communicate to the user in Japanese.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?