resolve-pr-comment

Resolve GitHub PR review threads by comment ID using the gh CLI.

1|2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/jorgeavaldez/pi-config --skill resolve-pr-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-comment
Source: https://github.com/jorgeavaldez/pi-config/tree/main/skills/resolve-pr-comment
Command: npx skills add https://github.com/jorgeavaldez/pi-config --skill resolve-pr-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of resolving GitHub PR review threads by programmatically identifying the thread associated with a given comment ID and applying the resolve action via the gh CLI, reducing manual steps after addressing feedback.

Core Features & Use Cases

  • Thread resolution workflow: locate the correct review thread for a PR comment and mark it as resolved using gh.
  • Safe in-practice usage: ensures the target thread is correctly identified by matching comment IDs to thread IDs.
  • Use Case: after finishing feedback in a PR, your automation resolves the corresponding thread to keep the review tidy.

Quick Start

Provide the PR comment ID (e.g., PRRC_<id>) to this skill to automatically locate and resolve the corresponding thread via gh.

Frequently Asked Questions about resolve-pr-comment

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

FAQPage Schema
How do I resolve a GitHub PR review thread using the gh CLI?

You can resolve a GitHub pull request review thread by supplying the comment ID (PRRC_...) to locate the parent thread and applying the resolve action via the gh CLI, which automates closing the feedback loop after addressing review comments.

What is a PRRC comment ID and how does it relate to resolving pull request threads?

A PRRC comment ID uniquely identifies a pull request review comment and is used to locate its parent thread. Matching this identifier to the correct thread ID ensures safe and accurate resolution of the specific review thread via gh.

Do I need gh authentication to automate resolving pull request review comments?

Yes, you need gh authentication and repository access to automate resolving pull request review comments. These prerequisites allow the gh CLI to securely locate the target thread by its comment ID and apply the resolve action.

What's the best way to automate closing GitHub PR feedback loops after addressing review comments?

The best way to automate closing GitHub PR feedback loops is to use a thread resolution workflow that targets the pr-review-comments process, matching comment IDs to thread IDs and applying the resolve action via gh CLI to keep reviews tidy.

Can I resolve any GitHub pull request comment by providing just the comment ID?

You can resolve GitHub pull request review threads by providing a valid comment ID, but the workflow requires that the ID matches a parent review thread and that you have the necessary gh authentication and repository access to execute the command.