resolve-pr-feedback

Evaluate and resolve unresolved GitHub PR review threads with fixes or replies.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/mukles/platejs-markdown-converter --skill resolve-pr-feedback-mukles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/mukles/platejs-markdown-converter/tree/main/.agents/skills/resolve-pr-feedback
Command: npx skills add https://github.com/mukles/platejs-markdown-converter --skill resolve-pr-feedback-mukles

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines PR feedback resolution by automatically evaluating and addressing actionable comments, reducing cycle time between code review and merge.

Core Features & Use Cases

  • Parallel feedback handling: evaluates multiple threads and applies fixes or replies concurrently to speed up PR stabilization.
  • Actionability filtering: distinguishes actionable feedback from noise and prevents redundant replies.
  • Real-world use case: when a long-lived PR accumulates multiple review threads, run this Skill to fix code issues, reply with clarifications, and resolve threads in batch.

Quick Start

Address all unresolved PR feedback by applying parallel fixes.

Frequently Asked Questions about resolve-pr-feedback

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

FAQPage Schema
How do I resolve multiple PR review threads in parallel on GitHub?

You can resolve PR review threads in parallel by evaluating each thread concurrently and applying fixes or replies. This Skill handles unresolved threads, PR comments, and review bodies on the current branch's pull request using full and targeted modes.

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

Yes, you need GitHub CLI (gh) and jq to automate pull request feedback resolution. These dependencies are required to fetch review threads, post replies, and resolve threads via the GitHub API.

What is the best way to filter actionable code review comments from noise?

The best way to filter actionable code review comments is to use actionability filtering, which distinguishes actionable feedback from noise and prevents redundant replies during the PR stabilization process.

Can I batch fix code issues from long-lived pull requests automatically?

Yes, you can batch fix code issues from long-lived pull requests automatically. By evaluating accumulated review threads, you can apply code fixes, post clarifications, and resolve threads in batch.

Does parallel PR feedback processing support targeted modes for specific review bodies?

Yes, parallel PR feedback processing supports targeted modes for specific review bodies. It covers unresolved review threads, PR comments, and review bodies using both full and targeted processing modes.