resolve-pr-feedback

Fetch GitHub pull request review threads, fix code issues, and reply to reviewers.

34|4|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/redpanda-data/ui-harness --skill resolve-pr-feedback-redpanda-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/redpanda-data/ui-harness/tree/main/resolve-pr-feedback
Command: npx skills add https://github.com/redpanda-data/ui-harness --skill resolve-pr-feedback-redpanda-data

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of handling PR review feedback efficiently by automating the resolution of review threads, fixing code issues, and replying to reviewers.

Core Features & Use Cases

  • Automate PR Feedback Resolution: Automatically detect, triage, and resolve PR review threads.
  • Parallel Code Fixing: Fix issues mentioned in the reviews concurrently.
  • Reply and Resolve: Automatically reply to review threads and resolve them via GraphQL.
  • CI Monitoring: Monitor CI after pushing fixes to ensure everything is green.

Quick Start

Use the resolve-pr-feedback skill to automatically resolve PR review feedback for the current PR branch.

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 pull request review feedback resolution?

Automating pull request review feedback resolution involves fetching review threads, applying code fixes, and replying to reviewers via the GitHub API. This process streamlines collaborative code review workflows by handling review comments automatically.

Can I monitor CI status automatically after pushing code fixes to a PR?

Yes, you can monitor CI status automatically after pushing code fixes to a PR. The automation tracks continuous integration checks following a push to ensure the build remains green and stable after resolving review feedback.

Do I need the GitHub CLI and Git installed to automate PR review fixes?

Yes, you need both the GitHub CLI and Git installed to automate PR review fixes. The resolution process relies on the GitHub API for fetching review data and Git for pushing the corrected code to the repository.

What is the best way to handle multiple code review comments concurrently?

Handling multiple code review comments concurrently is achieved by fetching active review threads and applying code fixes in parallel. This automated triage and resolution mechanism significantly speeds up the collaborative code review process.

How does automated code review resolution reply to reviewers?

Automated code review resolution replies to reviewers by using GraphQL to post responses directly within the review threads. It then resolves the threads automatically, closing the feedback loop without manual intervention.