What problem does it solve?
Automates the repetitive and error-prone work of monitoring CodeRabbit inline review comments on a pull request and executing or explaining the required responses so maintainers do not have to manually track each suggestion.
Core Features & Use Cases
- Detects CodeRabbit review posts by polling a target pull request and fetches inline comments authored by coderabbitai.
- Attempts an automated repair cycle: analyze each comment, apply simple code fixes, commit and push changes, and post concise reply messages describing the action taken; falls back to a reply-only explanation when a fix is inappropriate.
- Use case: When an automated reviewer posts multiple inline suggestions, run this skill to apply straightforward fixes (nil checks, remove unused variables, small refactors), notify CodeRabbit via replies, and re-poll for follow-up comments before asking for human guidance.
Quick Start
Run the coderabbit-review skill with a PR number or PR URL to detect CodeRabbit inline comments, apply simple fixes where possible, reply to each comment with the action taken, and push updates for re-review.