resolve-pr-feedback

Automate triage and resolution of GitHub PR feedback threads.

3|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/malinskibeniamin/skills --skill resolve-pr-feedback-malinskibeniamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/malinskibeniamin/skills/tree/main/resolve-pr-feedback
Command: npx skills add https://github.com/malinskibeniamin/skills --skill resolve-pr-feedback-malinskibeniamin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently address pull request feedback by automatically discovering unresolved threads, triaging them, applying fixes, and posting final replies to close reviews.

Core Features & Use Cases

  • Automated PR feedback triage: Identify new, unaddressed threads across inline comments and reviews.
  • Clustered fixes workflow: Group related feedback into work units and implement traceable commits.
  • End-to-end resolution: Reply, resolve threads, push changes, and monitor CI until green.

Quick Start

Start the PR feedback workflow by detecting the PR, fetching feedback, triaging, clustering, fixing, replying, and resolving, then push the changes to complete the PR.

Frequently Asked Questions about resolve-pr-feedback

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

FAQPage Schema
How do I automate resolving GitHub PR review threads and inline comments?

Automating GitHub PR review threads requires fetching unresolved inline comments and review bodies via GraphQL, then triaging and applying fixes to commit changes and mark threads as resolved.

What is the best way to triage pull request feedback and group related fixes?

Triage pull request feedback by clustering related review threads into work units, allowing you to implement traceable commits that address grouped feedback efficiently before replying.

Do I need the gh CLI and git to automate code review feedback resolution?

Yes, automating code review feedback resolution requires the gh CLI to fetch GraphQL threads and git to implement fixes, commit changes, and push updates to the remote repository.

How to reply and resolve PR threads automatically after committing fixes?

To reply and resolve PR threads automatically, push committed changes to the remote branch, post final replies to the corresponding review threads, and monitor CI checks until green.

Can I detect unaddressed inline comments across multiple GitHub reviews?

Detecting unaddressed inline comments across multiple GitHub reviews involves querying unresolved threads through GraphQL to identify new feedback scattered across review bodies and inline comments.

What are the limitations of automating GitHub PR feedback triage?

Automating GitHub PR feedback triage is limited by dependencies on gh CLI, GraphQL queries, and git, meaning it cannot function in environments lacking these tools or direct GitHub API access.