gh-address-comments

This is a sample text for the requested content.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill gh-address-comments-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/plugins/github/gh-address-comments
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill gh-address-comments-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Users often struggle to surface, cluster, and act on unresolved feedback scattered across PR comments, reviews, and inline threads. This skill consolidates and makes actionable the feedback from a GitHub PR to streamline fixes and approvals.

Core Features & Use Cases

  • Aggregate PR conversation comments, reviews, and inline review threads to present a unified view of outstanding feedback.
  • Cluster actionable threads by file or behavior area and separate from informational comments and approvals.
  • Guide the user through scoped edits, reporting what changed and what remains open, with a clear audit trail.

Quick Start

Run the fetch_comments.py script for the target PR and review the resulting JSON to identify unresolved actionable threads.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I aggregate GitHub PR review comments and inline threads?

To aggregate GitHub PR review comments, this skill consolidates conversation comments, reviews, and inline threads into a unified view using the GitHub CLI and GraphQL API. It clusters actionable feedback by file or behavior area for streamlined resolution.

What's the best way to triage unresolved GitHub pull request feedback?

The best way to triage unresolved GitHub pull request feedback is to run the local fetch_comments.py script, which fetches and clusters outstanding comments into actionable items. It separates informational notes from actionable threads to guide scoped edits.

Do I need the GitHub CLI to fetch and resolve PR review threads?

Yes, you need the GitHub CLI (gh) installed and authenticated to fetch and resolve PR review threads. The skill requires gh to access the GraphQL API via gh api graphql for retrieving pull request comments and managing thread resolution.

Can I automate patch workflows for unresolved GitHub PR comments?

Yes, you can automate patch workflows for unresolved GitHub PR comments. The skill identifies actionable feedback and operates automated patch workflows on the PRs associated with your current Git branch or explicit repository and PR identifiers.

How does clustering PR feedback by file area streamline code review fixes?

Clustering PR feedback by file area streamlines code review fixes by grouping related inline threads together, separating them from approvals and informational comments. This allows you to make scoped edits efficiently while maintaining a clear audit trail of resolved items.

Why are my GitHub PR inline review threads scattered and hard to track?

GitHub PR inline review threads become hard to track when feedback is scattered across comments, reviews, and unresolved threads. This skill surfaces and consolidates all outstanding feedback into an organized JSON output for actionable triage and resolution.