address-comments

List, view, reply, resolve, and hide GitHub PR review comments.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/STRRL/gh-pr-comments --skill address-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-comments
Source: https://github.com/STRRL/gh-pr-comments/tree/main/skills/address-comments
Command: npx skills add https://github.com/STRRL/gh-pr-comments --skill address-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage and address GitHub PR review comments across review threads, including inline review_comments and general issue_comments, to streamline feedback resolution and keep PRs clean.

Core Features & Use Cases

  • Unified Comment Handling: List, view, reply, resolve, and hide both inline code comments and general PR feedback from a single interface.
  • Actionable Workflows: Turn reviewer feedback into concrete code changes or tracked tasks.
  • Graceful Resolution: Resolve or hide comments to keep PR conversations focused and actionable.
  • Use Case: When a Claude-driven discussion identifies multiple feedback points, you can systematically address each, reply with updates, and mark them resolved.

Quick Start

Start by listing comments: gh pr-comments list Inspect details: gh pr-comments view <comment-id> Decide on action (fix now, fix later, no changes): gh pr-comments reply <id> --body "<explanation>" Finally resolve or hide and optionally cleanup: gh pr-comments resolve <id> or gh pr-comments hide <id> --reason resolved, and run gh pr-comments cleanup