resolve-pr-feedback

Coordinate parallel agents to evaluate and resolve PR review feedback.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill resolve-pr-feedback-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/resolve-pr-feedback
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill resolve-pr-feedback-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analyze and address PR review feedback by coordinating parallel automation to validate issues and implement fixes across threads, comments, and reviews.

Core Features & Use Cases

  • Parallel feedback resolution: Spawns multiple agents to handle unresolved threads concurrently.
  • Targeted triage and batch planning: Classifies actionable items and clusters related issues for efficient fixes.
  • Automated reply and resolve workflow: Posts quotes of the original feedback, resolves threads, and updates PR status automatically.

Quick Start

Run Resolve PR Feedback to evaluate unresolved threads and automatically fix valid issues 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 automate GitHub PR review feedback resolution?

Automate GitHub PR review feedback resolution by coordinating parallel agents to fetch unresolved threads, triage actionable items, implement fixes, and post replies automatically across the current branch.

Can I fix multiple unresolved PR threads concurrently?

Fix multiple unresolved PR threads concurrently by spawning parallel agents that independently evaluate and implement corrections for each targeted thread across your current branch.

Do I need gh and jq installed to automate PR feedback workflows?

You need gh and jq installed to automate PR feedback workflows, as the predefined scripts rely on these dependencies to fetch threads, parse JSON data, and post replies via GitHub CLI.

How does automated PR triage handle batch planning for code review comments?

Automated PR triage handles batch planning by classifying actionable code review comments and clustering related issues together, enabling efficient parallel fixes and automated thread resolution.

What is the best way to resolve code review comments in parallel?

The best way to resolve code review comments in parallel is using predefined scripts that validate input, guard against unsafe operations, quote original feedback, and automatically update PR status after posting fixes.

Are there limitations when automating PR thread resolution on the current branch?

Limitations when automating PR thread resolution include its restriction to the current branch and reliance on predefined scripts, meaning it guards against unsafe operations but may not cover custom review workflows outside its scope.