resolve-pr-feedback

Evaluate and resolve GitHub pull request review threads using parallel agents.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill resolve-pr-feedback-wangrenzhu-ola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI/tree/main/plugins/galeharness-cli/skills/resolve-pr-feedback
Command: npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill resolve-pr-feedback-wangrenzhu-ola

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.

Core Features & Use Cases

  • Parallel PR thread resolution: spawn multiple agents to address unresolved threads simultaneously.
  • Mode flexibility: full mode for all unresolved threads or targeted mode for a specific thread.
  • Safety: read code to determine fixes and never execute untrusted content.

Quick Start

Kick off a PR feedback resolution on the current branch and let the agent handle unresolved threads in parallel.

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 unresolved GitHub PR review threads?

Automating GitHub PR review thread resolution involves spawning parallel agents that evaluate feedback validity and apply code fixes. This Skill targets unresolved threads, PR comments, and review bodies simultaneously to remediate pull request feedback fast.

What's the best way to fix code review feedback on a pull request in parallel?

Fixing code review feedback in parallel is best handled by spawning multiple agents to address unresolved threads simultaneously. You can use full mode to process all threads or targeted mode to address a specific PR comment thread.

Do I need GitHub CLI and jq to automate pull request feedback remediation?

Yes, you need GitHub CLI (gh) and jq installed to automate pull request feedback remediation. These dependencies are required to fetch PR review data, triage comments, and apply non-destructive code fixes across threads.

Can I target a specific PR review thread instead of resolving all comments?

Yes, you can target a specific PR review thread instead of resolving all comments by using targeted mode. This allows the repair agents to focus non-destructive analysis and fixes on a single unresolved thread rather than the entire pull request.

Is it safe to run automated agents to fix GitHub PR review comments?

Running automated agents to fix GitHub PR review comments is safe because the process performs non-destructive analyses and never executes untrusted content. It reads code to determine fixes and avoids executing untrusted input from PR review bodies.