gh-address-comments

Automate addressing GitHub PR review comments using the gh CLI.

15|2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/OutlineDriven/odin-codex-plugin --skill gh-address-comments-outlinedriven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/OutlineDriven/odin-codex-plugin/tree/main/skills/gh-address-comments
Command: npx skills add https://github.com/OutlineDriven/odin-codex-plugin --skill gh-address-comments-outlinedriven

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automate the coordination and addressing of GitHub PR review comments by leveraging the gh CLI, reducing manual back-and-forth.

Core Features & Use Cases

  • Inspect and enumerate PR comments and review threads for the current branch.
  • Promptly select which comments to address and apply fixes as needed.
  • Works with open PRs and inline threads, requiring gh authentication and proper permissions.

Quick Start

Run fetch_comments.py to list all PR comments, then review and choose which items to fix.

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 PR review comments via gh CLI?

You can automate addressing GitHub PR review comments by running a script to fetch PR data via GraphQL, interactively select unresolved threads, and apply fixes directly through the gh CLI.

Can I list and resolve inline PR review threads for my current branch?

Yes, you can inspect and enumerate both top-level comments and inline review threads for your current branch, then interactively choose which specific comments to address and apply fixes.

Do I need gh authentication to manage pull request comment threads?

Yes, managing pull request comment threads requires proper gh authentication and permissions to retrieve PR data via GraphQL and apply fixes to open pull requests across branches.

What is the best way to coordinate GitHub PR feedback without manual back-and-forth?

The best way to coordinate PR feedback is automating the retrieval and interactive selection of review threads using gh CLI, reducing manual back-and-forth by guiding fix application programmatically.

Does this approach work with open PRs and cross-branch review threads?

Yes, this approach works specifically with open PRs and inline threads across branches, retrieving data via GraphQL to enumerate comments and guide the application of fixes interactively.

Why am I unable to fetch PR comments when using gh CLI automation?

Fetching PR comments fails without proper gh authentication and permissions, as the automation relies on GraphQL API access to retrieve pull request data and enumerate review threads for the current branch.