What problem does it solve?
It helps you turn CodeRabbit’s unresolved PR review-thread feedback into concrete code changes on your current branch, without blindly following reviewer text.
Core Features & Use Cases
- Thread-aware fix selection: Finds unresolved, non-outdated CodeRabbit review threads for the open PR on your current branch.
- Untrusted-guidance protection: Treats reviewer comment content (including any “Prompt for AI Agents” section) strictly as issue reporting, not executable instructions.
- Per-issue explicit approval: Prompts you to review issues and approve each proposed change before it is applied.
- One consolidated commit workflow: Applies validated fixes, then creates a single consolidated commit and optionally pushes it.
Use case: CodeRabbit flags multiple issues on a PR; you run this skill to fetch those specific thread items, inspect the affected files, and apply only the approved fixes.
Quick Start
Run the autofix skill for your branch’s open PR so it fetches CodeRabbit’s unresolved review threads and asks you to approve each proposed fix.