rabbit-feedback-resolver

Resolve CodeRabbit PR review threads via GraphQL and GitHub API.

8|2|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/fx/cc --skill rabbit-feedback-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rabbit-feedback-resolver
Source: https://github.com/fx/cc/tree/main/plugins/fx-dev/skills/rabbit-feedback-resolver
Command: npx skills add https://github.com/fx/cc --skill rabbit-feedback-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill processes CodeRabbit automated PR review comments and resolves threads by using GraphQL.

Core Features & Use Cases

  • Parses CodeRabbit comments, resolves threads
  • Adheres to PR Comments Prohibition
  • Updates instructions when needed

Quick Start

Use this skill to address CodeRabbit feedback on a PR.

Frequently Asked Questions about rabbit-feedback-resolver

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

FAQPage Schema
How do I automatically resolve CodeRabbit feedback on GitHub pull requests?

This Skill processes CodeRabbit automated PR review comments and resolves threads using GraphQL. It parses CodeRabbit's structured markdown to extract severity levels and suggestions, then automatically replies to or resolves review threads via the GitHub API.

Can I use this to handle CodeRabbit nitpicks and suggestions on my PRs?

Yes. The Skill handles CodeRabbit nitpicks, trivial items, actionable prompts, and committable suggestions. It distinguishes between comment types and resolves or replies to threads accordingly during your PR workflow.

What does the PR comments prohibition constraint mean?

The Skill enforces a no-new-comments constraint, meaning it only resolves existing CodeRabbit review threads and does not create additional PR comments beyond replies to those threads.

How does this Skill query and parse CodeRabbit comments from GitHub?

It uses GraphQL to query unresolved review threads on your PR, then parses CodeRabbit's markdown structure to extract severity, AI prompts, and committable suggestions before executing thread resolutions via the GitHub API.

Do I need GitHub API access to use this Skill?

Yes. The Skill operates within the fx-dev:github framework and requires GitHub API permissions to query PR review threads and execute addPullRequestReviewThreadReply and resolveReviewThread operations.