gh-reply-review-comment

Automate replies to specific GitHub Pull Request review comments via the GitHub API.

18|5|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill gh-reply-review-comment-homericintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-reply-review-comment
Source: https://github.com/HomericIntelligence/ProjectOdyssey/tree/main/.claude/skills/gh-reply-review-comment
Command: npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill gh-reply-review-comment-homericintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of replying to specific inline code review comments on GitHub Pull Requests, ensuring timely and accurate feedback is provided.

Core Features & Use Cases

  • Targeted Replies: Directly respond to individual review comments using the correct GitHub API endpoint.
  • Workflow Integration: Integrates into a developer's workflow for efficient PR feedback management.
  • Use Case: After fixing a bug identified by a reviewer in a specific line of code, use this Skill to reply directly to that comment, confirming the fix with a concise message.

Quick Start

Use the gh-reply-review-comment skill to reply to pull request number 123 with comment ID 456789 saying "✅ Fixed - Updated the test case as requested".

Frequently Asked Questions about gh-reply-review-comment

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

FAQPage Schema
How do I automate replies to inline code review comments on GitHub pull requests?

You can automate replies to inline code review comments on GitHub pull requests by using the GitHub API to target specific comments. This requires providing the exact pull request number and comment ID to post a direct response to the reviewer's feedback.

What information do I need to reply to a specific pull request review comment?

To reply to a specific pull request review comment, you need the precise pull request number, the unique comment ID of the review thread, and your reply message. The GitHub API uses these identifiers to route your response to the exact inline code location.

Can I integrate automated PR comment replies into my existing developer workflow?

Yes, you can integrate automated PR comment replies into your developer workflow to manage feedback efficiently. By triggering the API call after fixing code or addressing suggestions, you maintain a continuous and automated feedback loop during code review.

What is the best way to confirm a bug fix on a specific GitHub PR review thread?

The best way to confirm a bug fix on a specific GitHub PR review thread is to reply directly to the original inline comment. Using the pull request and comment IDs, you can post a targeted message like confirming the update, ensuring the reviewer is notified in context.

Does replying to GitHub review comments require using the GitHub API directly?

Replying to specific inline review comments programmatically requires using the GitHub API endpoint for review comments. This approach allows automated scripts to target individual lines of code feedback rather than posting general PR comments.

Why do my automated responses fail to attach to the correct GitHub PR review thread?

Automated responses fail to attach to the correct GitHub PR review thread when the wrong comment ID or pull request number is provided. You must precisely identify the specific inline review comment ID to ensure your reply is threaded correctly in the code review.