pr-feedback

Fetch, triage, and address GitHub Pull Request feedback and CI failures.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/dversoza/claude-skills --skill pr-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-feedback
Source: https://github.com/dversoza/claude-skills/tree/main/pr-feedback
Command: npx skills add https://github.com/dversoza/claude-skills --skill pr-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of addressing feedback on your GitHub Pull Requests, including inline comments, general comments, and CI failures, saving you significant time and effort in code reviews.

Core Features & Use Cases

  • Fetch All Feedback: Gathers unresolved review threads, CI check statuses, and general PR comments.
  • Triage and Action: Classifies feedback into 'Implement', 'Dismiss', or 'Ask' categories, and addresses CI failures.
  • Automated Responses: Resolves threads, replies to comments, and leaves general PR comments based on your approval.
  • Use Case: When you receive numerous comments on a PR, this Skill can help you systematically go through each one, implement the necessary changes, and prepare responses, ensuring nothing is missed.

Quick Start

Use the pr-feedback skill to address all review comments and CI failures on the current pull request.

Frequently Asked Questions about pr-feedback

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

FAQPage Schema
How do I automate addressing GitHub pull request comments and CI failures?

You can automate addressing pull request comments and CI failures by using a tool that fetches unresolved review threads, triages them into categories, and prepares replies or fixes based on your approval.

What is the best way to triage code review feedback on a GitHub pull request?

Triageing code review feedback involves classifying inline comments and general PR feedback into 'Implement', 'Dismiss', or 'Ask' categories, allowing you to systematically resolve threads and address CI failures.

Do I need the GitHub CLI to automate resolving PR review threads?

Yes, automating the fetching, triaging, and resolving of GitHub PR review threads requires the `gh` CLI and Python 3.6+ to execute the necessary scripts and interactions.

Can I automatically reply to bot-generated reviews on my pull requests?

Yes, you can fetch and triage bot-generated reviews alongside human comments, enabling automated responses that resolve threads or leave general PR comments based on your approval.

How does an automated PR feedback tool handle CI check failures?

An automated PR feedback tool gathers CI check statuses alongside review comments, triages the failures, and addresses them systematically to ensure continuous integration issues are resolved.