What problem does it solve?
This Skill automates end-to-end remediation of CodeRabbit review feedback for a specific GitHub pull request, so teams can turn unresolved AI review threads into a single clean fix commit and then properly resolve the GitHub threads.
Core Features & Use Cases
- Exports CodeRabbit review issues by PR number into local markdown files for actionable remediation.
- Validates and triages every unresolved item (implements correct changes, marks incorrect/ambiguous suggestions invalid).
- Applies complete fixes with tests and verification, then creates exactly one remediation commit.
- Resolves review threads on GitHub and updates exported issue markdown plus the PR summary checklist.
- Use case: You receive many CodeRabbit review comments on a PR and need to quickly remediate them safely (with evidence-based changes), then close the loop by resolving all review threads.
Quick Start
Use the skill to remediate PR review feedback by running the export, fixing every validated issue, committing once, and resolving the corresponding GitHub threads for a single PR.