se-resolve-pr-feedback

Launch parallel agents to evaluate and fix unresolved PR review threads.

Updated May 7, 2026
One-click install
npx skills add https://github.com/simonwjackson/pi-software-engineering --skill se-resolve-pr-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: se-resolve-pr-feedback
Source: https://github.com/simonwjackson/pi-software-engineering/tree/main/skills/se-resolve-pr-feedback
Command: npx skills add https://github.com/simonwjackson/pi-software-engineering --skill se-resolve-pr-feedback

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

  • Spawns parallel agents for each thread to address feedback efficiently.
  • Validates and fixes issues across multiple threads in one pass, with traceable quoting.
  • Handles both full-review and targeted feedback to streamline code reviews.

Quick Start

Provide the PR number or a comment URL and let the skill automatically plan and apply fixes across threads.

Frequently Asked Questions about se-resolve-pr-feedback

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

FAQPage Schema
How do I automate resolving PR review feedback on GitHub?

Automate resolving PR review feedback by launching parallel agents that evaluate validity and apply fixes to unresolved threads. Provide a PR number or comment URL to automatically plan and apply fixes across multiple threads in one pass.

Can I address targeted code review comments instead of a full pull-request review?

Yes, you can address targeted code review comments by applying the skill in targeted mode. It handles both full-review and targeted feedback to streamline resolving specific unresolved threads across a pull-request.

How do I ensure automated code-review fixes match the original feedback?

Ensure automated code-review fixes match feedback by validating changes end-to-end and posting resolutions that quote original feedback. This traceable quoting guarantees fixes align with unresolved review threads.

What is the best way to manage multiple unresolved threads in a pull-request?

The best way to manage multiple unresolved threads is spawning parallel agents for each thread. This coordinates automated evaluation and fixes across all unresolved PR review comments simultaneously.

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

Yes, you need to install gh and jq because they are required dependencies for executing the scripts that coordinate automated evaluation and fixes for PR review feedback.

Why automate PR code-review feedback instead of resolving threads manually?

Automate PR code-review feedback to evaluate validity and fix issues in parallel across multiple threads. Manual resolution is sequential, whereas parallel agents validate and apply traceable fixes in one pass.