resolve-pr-feedback

Process GitHub pull request review feedback end-to-end with gh and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, git, and includes scripts (resource) components.

What problem does it solve?

Manually processing PR review feedback is time-consuming, error-prone, and easy to miss valid issues, especially when dealing with large volumes of comments from multiple reviewers across multiple review rounds.

Core Features & Use Cases

  • Parallel Feedback Processing: Evaluates all unresolved review threads, top-level PR comments, and review submission bodies in parallel to handle high volumes of feedback efficiently.
  • Smart Triage & Clustering: Automatically separates new feedback from already handled items, and clusters related issues to identify systemic problems that require broader fixes rather than individual patches.
  • End-to-End Resolution: Spawns specialized agents to fix valid code issues, reply to feedback with quoted context, and resolve review threads, with built-in conflict avoidance for parallel edits.
  • Use Case: For example, when submitting a feature PR that receives 15+ review comments covering security, performance, and style issues, this skill automatically fixes all valid feedback, replies to each reviewer with context, and resolves all threads without manual intervention.

Quick Start

Use the resolve-pr-feedback skill to process all unresolved review feedback on your current open pull request.

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 GitHub pull request review feedback resolution?

You can automate pull request review feedback resolution by using a skill that fetches unresolved threads via the GitHub API, applies code fixes, pushes commits, and resolves the threads automatically.

Can I automatically fix code issues from multiple PR reviewers at once?

Yes, this skill processes unresolved review threads, top-level PR comments, and review bodies in parallel, automatically fixing valid code issues from multiple reviewers simultaneously with built-in conflict avoidance.

What's the best way to handle large volumes of PR review comments without manual triage?

Handling large volumes of PR review comments without manual triage is done by smart clustering related issues to identify systemic problems, then spawning specialized agents to apply fixes, reply with quoted context, and resolve threads.

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

Yes, you need the GitHub CLI (gh), jq, and git installed to fetch review feedback, apply code changes, push commits, and interact with the GitHub Pull Request API for automated thread resolution.

How does automated PR feedback resolution handle already addressed review comments?

Automated PR feedback resolution handles already addressed comments through smart triage, automatically separating new feedback from previously handled items to avoid duplicate work and redundant fixes.

Can I use this to reply to reviewers and resolve threads on feature branch pull requests?

Yes, this skill works for feature branches, bug fix pull requests, and collaborative code changes, automatically replying to each reviewer with context and resolving all review threads without manual intervention.