copilot-feedback-resolver

Community

Resolve Copilot feedback safely and automatically.

Authorfx
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill processes and resolves GitHub Copilot's automated PR review comments systematically, ensuring feedback from Copilot is addressed and threads are properly closed, reducing manual toil in PR reviews.

Core Features & Use Cases

  • Copilot thread analysis: Detects Copilot-generated review threads and flags actionable items.
  • Thread resolution: Resolves Copilot threads after addressing feedback using GraphQL mutations.
  • PR hygiene & knowledge updates: Updates Copilot instructions when feedback is incorrect to prevent recurring issues.
  • Use Case: After a Copilot-generated review, automatically address the feedback and mark the thread as resolved, keeping the PR clean and focused.

Quick Start

Use the copilot-feedback-resolver skill to scan a PR for Copilot-generated review comments, apply changes, and resolve the corresponding threads.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: copilot-feedback-resolver
Download link: https://github.com/fx/cc/archive/main.zip#copilot-feedback-resolver

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository