github-pr-comment-reply

Post replies to GitHub PR review comments or top-level comments via the GitHub API.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/takuto277/levelup-study --skill github-pr-comment-reply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-comment-reply
Source: https://github.com/takuto277/levelup-study/tree/main/.cursor/skills/github-pr-comment-reply
Command: npx skills add https://github.com/takuto277/levelup-study --skill github-pr-comment-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PR discussions often stall when replies are missing or misrouted. This skill automates replying to existing GitHub PR comments, handling both review comments and top-level PR conversation comments, and ensures user confirmation before posting.

Core Features & Use Cases

  • Distinguish between review comments and top-level PR comments and post the appropriate reply.
  • Resolve the target PR and comment from provided URLs or IDs, or derive context from the current PR.
  • Validate authentication and permissions using gh auth status before attempting to post.
  • Require explicit user confirmation prior to publishing any reply.

Quick Start

Post a reply to a PR comment by providing its URL or ID and confirming the action.

Frequently Asked Questions about github-pr-comment-reply

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

FAQPage Schema
How do I automate replying to GitHub PR comments?

To automate GitHub PR comment replies, you provide the target comment URL or ID, and the skill determines the correct posting path for review or top-level comments. It validates your gh authentication, requires explicit user confirmation, and then publishes the reply securely via the GitHub API.

Can I reply to both review comments and top-level PR conversations?

Yes, the skill supports posting replies to both review comments and top-level PR conversation comments. It distinguishes between the two types and automatically determines the appropriate API posting path based on the provided URLs, IDs, or the current PR context.

Do I need gh authentication to post automated PR comment replies?

Yes, gh authentication is required. The skill validates your authentication and permissions using gh auth status before attempting to use the GitHub API to publish any review or top-level comment reply securely.

What is the best way to ensure PR replies are not posted by accident?

The best way to prevent accidental PR replies is to require explicit user confirmation prior to publishing. This skill validates authentication, resolves the correct posting path, and prompts for your confirmation before using the GitHub API to publish the reply.

How do I post a reply to a specific PR comment if I only have the URL?

To post a reply using a URL, the skill resolves the target PR and comment from the provided URL or ID, or derives the context from the current PR. It then determines the appropriate posting path and prompts for user confirmation before publishing via the GitHub API.