gh-review-comment

Manages GitHub pull request review comments via gh CLI.

8|Updated Dec 22, 2016
One-click install
npx skills add https://github.com/p-chan/dotfiles --skill gh-review-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-review-comment
Source: https://github.com/p-chan/dotfiles/tree/main/shared/agents/skills/gh-review-comment
Command: npx skills add https://github.com/p-chan/dotfiles --skill gh-review-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill uses the gh CLI to manage Pull Request review comments on GitHub, including replies and resolution, to streamline code reviews.

Core Features & Use Cases

  • Reply to pull request comments: Programmatically post replies to PR review comments.
  • Resolve review threads: Mark review threads as resolved via GraphQL or REST API.
  • Automation: Automate repetitive comment workflows in code reviews.

Quick Start

Use the gh CLI to reply to a PR comment: gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments/COMMENT_ID/replies -X POST
-f body="LGTM"