gh-address-comments

Automate processing and responding to GitHub pull request comments via gh CLI.

2|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill gh-address-comments-ulises-jeremias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/ulises-jeremias/agentic-workstation/tree/main/home/dot_local/share/agentic-workstation/skills/gh-address-comments
Command: npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill gh-address-comments-ulises-jeremias

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the triage and addressing of GitHub PR review and conversation comments, streamlining the review process for efficient issue resolution.

Core Features & Use Cases

  • Automated Triage: Automatically identify and summarize PR review and conversation comments.
  • Code Addressing: Provides one-line descriptions to identify comments, aiding in targeted code adjustments.
  • Use Case: After using this skill, you can respond to GitHub pull request feedback without manual search through review comments, ensuring no detail is missed.

Quick Start

Address open PR comments by using the skill with the command 'address-pr-comments'.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I automate addressing GitHub pull request review comments?

To automate addressing GitHub pull request review comments, you can use this Skill to process and summarize feedback via the gh CLI, ensuring no detail is missed without manual searching.

What is the best way to triage code review comments on a GitHub PR?

The best way to triage code review comments on a GitHub PR is using an automated script that identifies and summarizes review conversations, providing one-line descriptions to aid in targeted code adjustments.

Do I need gh CLI configured to process GitHub PR conversation comments?

Yes, you need gh CLI properly configured with valid authentication and a pull request context to automate the processing and responding to GitHub PR conversation comments.

Can I use Python to respond to GitHub pull request feedback automatically?

Yes, you can use Python alongside the gh CLI to automatically respond to GitHub pull request feedback, streamlining the review process for efficient issue resolution.

How does automated PR comment triage work with the gh CLI?

Automated PR comment triage with the gh CLI works by fetching pull request review and conversation comments, summarizing them, and providing targeted descriptions to facilitate code adjustments.

What are the limitations of automating GitHub PR review comment addressing?

Limitations include requiring a properly configured gh authentication and an existing pull request context, meaning it cannot process comments outside of an established PR environment.