handle-pr-feedback

Triage unresolved GitHub PR comments and push code changes.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/pamelia/opencode-plugins --skill handle-pr-feedback-pamelia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handle-pr-feedback
Source: https://github.com/pamelia/opencode-plugins/tree/main/skills/handle-pr-feedback
Command: npx skills add https://github.com/pamelia/opencode-plugins --skill handle-pr-feedback-pamelia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads unresolved review comments on a GitHub PR, triages each one (address or skip), makes code changes, pushes a commit, replies to every comment with the action taken or reason for skipping, and resolves each thread.

Core Features & Use Cases

  • Auto-triage unresolved review comments: decide whether to address or skip.
  • Make code changes, push commits, and reply per comment with action taken.
  • Resolve threads to close feedback loops and ensure PR progress.
  • Works with GitHub PRs using gh CLI and GraphQL APIs for context and thread management.

Quick Start

Provide the PR number (or URL) to begin processing unresolved feedback on that pull request.

Frequently Asked Questions about handle-pr-feedback

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

FAQPage Schema
How do I automate unresolved GitHub PR comment triage?

Automating unresolved GitHub PR comment triage involves reading each unresolved review thread, deciding whether to address or skip the feedback, making required code changes, and pushing a commit. The Skill replies to every comment with the action taken and resolves each thread.

What's the best way to auto-resolve pull request review threads?

The best way to auto-resolve pull request review threads is to use a tool that reads unresolved comments via the gh CLI and GraphQL APIs, applies code fixes, pushes commits, and closes the threads automatically after replying with the resolution reason.

Can I automatically reply to code review comments and push fixes using gh?

Yes, you can automatically reply to code review comments and push fixes using gh. This Skill fetches PR context using the gh CLI and GraphQL APIs, applies necessary code changes, pushes a commit, and posts a reply to each unresolved comment explaining the action taken.

Does this PR feedback automation resolve threads I decide to skip?

Yes, PR feedback automation resolves threads even when you skip feedback. The Skill evaluates each unresolved review thread, replies with the specific reason for skipping the code change, and finalizes the feedback loop by closing the thread via GraphQL APIs.

What do I need to provide to start automating pull request thread resolution?

To start automating pull request thread resolution, you need to provide the PR number or URL. The Skill then processes the unresolved feedback on that pull request by interacting with the PR context through the gh CLI and GraphQL APIs to fetch data and apply changes.