fix-coderabbit-review

Export and remediate CodeRabbit review issues for GitHub pull requests.

1|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill fix-coderabbit-review-rodrigobranas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-coderabbit-review
Source: https://github.com/rodrigobranas/formacao_ia_arq_t1_4/tree/main/mastra-rag/.agents/skills/fix-coderabbit-review
Command: npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill fix-coderabbit-review-rodrigobranas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotenv, @octokit/graphql, @octokit/rest, and includes scripts (resource) components.

What problem does it solve?

This Skill automates end-to-end remediation of PR review feedback by exporting CodeRabbit issues for a given PR, applying fixes, and consolidating changes into a single commit before resolving review threads.

Core Features & Use Cases

  • Exports CodeRabbit issues for a PR and generates structured issue/review documents.
  • Triage unresolved issues and implement fixes completely in a single commit.
  • Resolve review threads and clean up the PR by updating the thread statuses.

Quick Start

Export CodeRabbit issues for a PR, fix every issue completely, commit all fixes in a single commit, and resolve the review threads.

Frequently Asked Questions about fix-coderabbit-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CodeRabbit PR review remediation on GitHub?

To automate CodeRabbit PR review remediation, export unresolved issues, apply fixes, and consolidate them into a single commit before resolving threads. This skill uses the GitHub API to handle issue extraction, triage, and thread resolution across multiple files.

Can I resolve multiple CodeRabbit review comments in a single GitHub commit?

Yes, resolving multiple CodeRabbit review comments in a single GitHub commit is supported. The process extracts issues across multiple files, applies fixes deterministically, and consolidates all changes into one auditable commit before updating thread statuses.

Do I need a GitHub token to export and fix CodeRabbit issues?

Yes, a GitHub token is required to export and fix CodeRabbit issues. The remediation process uses a GitHub token alongside the CodeRabbit workflow to authenticate API requests, map REST and GraphQL data, and ensure safe, auditable changes to the pull request.

What is the best way to triage and fix CodeRabbit issues across multiple files?

The best way to triage and fix CodeRabbit issues across multiple files is to extract unresolved issues into structured documents, implement fixes completely, and consolidate everything into a single commit. This ensures all changes are safe, auditable, and easy to track.

Does this CodeRabbit remediation process use the GitHub GraphQL API?

Yes, the CodeRabbit remediation process uses the GitHub GraphQL API. It relies on deterministic mapping of both REST and GraphQL data to extract review issues, apply fixes, and resolve GitHub pull request threads safely and comprehensively.

Why does the PR remediation process consolidate fixes into a single commit?

Consolidating PR remediation fixes into a single commit ensures safe and auditable changes. By resolving all CodeRabbit review issues at once before updating thread statuses, the process maintains a clean git history and simplifies code review verification.