gh-address-comments

Identifies and resolves GitHub PR review comments via gh CLI workflows.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/bl1nk-bot/skills-cli --skill gh-address-comments-bl1nk-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/bl1nk-bot/skills-cli/tree/main/skills/gh-address-comments
Command: npx skills add https://github.com/bl1nk-bot/skills-cli --skill gh-address-comments-bl1nk-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

Core Features & Use Cases

  • Inspect comments needing attention across PR conversation, reviews, and threads and enumerate actionable items.
  • Prompt user to select numbered comments to address and apply fixes in a guided workflow.
  • Provide a safe, authenticated workflow that re-authenticates when needed and avoids destructive actions.

Quick Start

Run the gh-address-comments workflow to fetch open PR comments for the current branch and address actionable items.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I address GitHub PR review comments from the command line?

To address GitHub PR review comments from the command line, this skill uses the gh CLI to fetch top-level conversations, review submissions, and inline threads for your current branch, prompting you to select and fix actionable items.

Can I automate fixing inline PR review threads across related repositories?

Yes, you can automate fixing inline PR review threads across related repositories. The skill inspects active review threads and enumerates actionable items, letting you select numbered comments to address within a guided remediation workflow.

What is the best way to manage pr-review comment workflows without leaving the terminal?

The best way to manage pr-review comment workflows from the terminal is using a gh CLI authenticated workflow. It reads the PR context for your current branch, lists comments needing attention, and executes prescribed steps to apply fixes.

Do I need gh authentication to fetch and resolve pull request comments?

Yes, you need gh authentication to fetch and resolve pull request comments. The skill verifies your gh auth status first and safely prompts you to authenticate if you are not logged in before fetching any PR context.

Are there limitations when using gh CLI for guided PR comment remediation?

A key limitation of this guided PR comment remediation is that it avoids destructive actions and requires safe authentication. It focuses on enumerating and applying fixes to actionable items rather than executing autonomous bulk updates.