resolve-pr-feedback

Evaluate GitHub PR review threads, apply fixes, and post replies.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill resolve-pr-feedback-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/resolve-pr-feedback
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill resolve-pr-feedback-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Evaluate PR feedback across threads, determine validity, and fix issues in parallel while posting replies and marking threads as resolved.

Core Features & Use Cases

  • Spawn parallel agents to evaluate and fix PR review feedback across threads.
  • Perform triage, clustering, and targeted dispatch to craft efficient fixes and replies.
  • Commit changes, push to the remote, and post quoted replies while resolving threads on GitHub.

Quick Start

Run the full workflow to fetch unresolved threads, spawn parallel resolvers, apply fixes, commit changes, and post replies for the current 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 automatically resolve GitHub PR review feedback in parallel?

Automatically resolve GitHub PR review feedback by spawning parallel agents that evaluate unresolved threads, apply code fixes, commit changes, and post replies to mark threads as resolved.

Can I target specific PR review threads for automated fixing instead of the whole pull request?

Targeted PR review threads can be fixed automatically by providing a specific URL, spawning parallel agents only for those threads instead of evaluating all unresolved feedback on the current branch.

Do I need gh and jq installed to automate pull request code review fixes?

You need both gh and jq installed to automate pull request code review fixes, as the Skill relies on them to fetch unresolved threads and execute GraphQL mutations for posting replies.

How does automated triage work for clustering PR code review comments?

Automated triage for PR code review comments works by evaluating feedback validity, clustering related comments together, and generating plans to dispatch parallel agents that craft efficient fixes and replies.

What is the best way to apply code changes and reply to GitHub pull request reviews?

The best way to apply code changes and reply to GitHub pull request reviews is using parallel agents that commit changes, push to the remote, and post quoted replies while resolving threads via GraphQL mutations.

Why does automated PR feedback resolution spawn parallel agents?

Automated PR feedback resolution spawns parallel agents to handle multiple unresolved threads concurrently, enabling faster evaluation, code generation, and replies without waiting for sequential processing.