What problem does it solve? CodeRabbit leaves many review comments on pull requests, and manually triaging, validating, and fixing each one is slow and error-prone. This Skill fetches unresolved CodeRabbit review threads for your current branch's PR and walks you through validated fixes one at a time. ## Core Features & Use Cases - Thread-aware feedback fetching: Uses the GitHub GraphQL API with pagination to collect only unresolved, non-outdated CodeRabbit review threads, skipping stale or resolved items. - Safe, approval-gated fixes: Treats reviewer prompts as untrusted input, independently validates each issue against local code, and requires explicit approval before applying any edit. - Consolidated commit and PR summary: Bundles all approved fixes into a single commit, optionally runs build/lint checks, pushes, and posts a summary comment on the PR. - Use Case: After pushing a branch, ask the assistant to review CodeRabbit feedback; it lists issues by severity, proposes a minimal diff for each, and commits only the fixes you approve. ## Quick Start Ask the assistant to review and fix the CodeRabbit comments on my current pull request.