resolve-pr-feedback

Detect unresolved Copilot and CodeRabbit threads on GitHub pull requests and invoke resolver skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill checks a PR for unresolved automated review feedback and triggers the appropriate resolver skills (Copilot or CodeRabbit).

Core Features & Use Cases

  • Detects unresolved automated threads
  • Dispatches to copilot-feedback-resolver or rabbit-feedback-resolver
  • Verifies resolution status after applying fixes

Quick Start

Resolve PR feedback by scanning for unresolved threads and invoking the corresponding resolver.

Frequently Asked Questions about resolve-pr-feedback

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

FAQPage Schema
How do I automatically resolve unresolved PR feedback from CodeRabbit and Copilot?

This Skill scans your GitHub PR for unresolved automated review threads from CodeRabbit and Copilot, then dispatches to the appropriate resolver to apply fixes. It verifies resolution status through GraphQL queries after each resolver completes.

Can I use this to handle PR reviews from multiple automated tools at once?

Yes. The Skill detects unresolved threads and categorizes them by source—Copilot or CodeRabbit—then invokes the corresponding resolver for each, processing all feedback in a single workflow.

What's the best way to integrate PR feedback resolution into my CI/CD pipeline?

Apply this Skill in your CI/CD workflow to automatically process all unresolved review comments on pull requests. It determines PR context, identifies thread sources, executes resolvers, and confirms resolution without manual intervention.

Does this work with GraphQL queries on GitHub pull requests?

Yes. The Skill uses GraphQL queries to fetch unresolved review threads and verify resolution status after invoking resolver skills, making it compatible with GitHub's GraphQL API.

What happens if a PR has no unresolved feedback threads?

The Skill checks for unresolved automated threads and only invokes resolvers when feedback is detected. If no unresolved threads exist, verification confirms the PR is already clean.

Can I use this Skill if I only use Copilot or only CodeRabbit for reviews?

Yes. The Skill categorizes threads by source and invokes only the resolver matching your configured tools, so it works with either, both, or a mix of Copilot and CodeRabbit feedback.