gh-address-comments

Fetch and address GitHub Pull Request comments using the GitHub CLI.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/gooftroop/Armoury --skill gh-address-comments-gooftroop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/gooftroop/Armoury/tree/main/.opencode/skills/gh-address-comments
Command: npx skills add https://github.com/gooftroop/Armoury --skill gh-address-comments-gooftroop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers efficiently manage and respond to comments and review feedback on GitHub Pull Requests directly from their local environment.

Core Features & Use Cases

  • Comment Aggregation: Fetches all conversation comments, reviews, and review threads for the current branch's PR.
  • Interactive Triage: Presents comments with summaries and allows the user to select which ones to address.
  • Automated Response: Applies fixes for selected comments using the GitHub CLI.
  • Use Case: After pushing a feature branch, you receive several review comments. This Skill helps you quickly see all feedback, choose which comments to act on, and then apply the fixes without leaving your terminal.

Quick Start

Use the gh-address-comments skill to fetch and review all comments on the current pull request.

Frequently Asked Questions about gh-address-comments

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

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

You can address GitHub PR comments locally by fetching all review threads and conversation feedback for your current branch, interactively selecting the comments to address, and applying the necessary fixes through the GitHub CLI.

Can I triage pull request review feedback interactively in my terminal?

Yes, you can triage pull request review feedback interactively in your terminal. This skill fetches all conversation comments and review threads associated with the current branch PR, then prompts you to select specific comments to address. It aggregates reviews so you can interactively choose which feedback to act on.

Does addressing GitHub PR comments via the CLI require authentication?

Yes, addressing GitHub PR comments via the CLI requires GitHub CLI authentication. The skill uses the `gh` command to fetch review threads and apply fixes, handling potential authentication or rate limit issues by prompting you to re-authenticate when necessary.

Do I need Python to run a tool that applies fixes to GitHub pull requests?

Yes, you need Python 3 to run this tool that applies fixes to GitHub pull requests. The skill depends on python3 alongside the GitHub CLI to automate fetching review comments, interactively triaging feedback, and applying the requested code changes.

What happens if I hit a GitHub API rate limit while fetching PR comments?

If you hit a GitHub API rate limit while fetching PR comments, the skill handles the issue by prompting you to re-authenticate. This ensures you can resume fetching conversation threads and applying fixes to your pull request review feedback.

What is the best way to aggregate and resolve multiple review threads on a GitHub PR?

The best way to aggregate and resolve multiple review threads on a GitHub PR is to use a CLI skill that fetches all conversation comments and reviews for the current branch, allows interactive triage of specific feedback, and applies fixes directly, keeping your entire code review workflow inside the local environment.