gh-get-review-comments

Fetch all review comments from a GitHub pull request via the GitHub CLI API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you easily retrieve and analyze all review comments made on a pull request, ensuring no feedback is missed.

Core Features & Use Cases

  • Retrieve Comments: Fetches all comments associated with a specific pull request.
  • Filter Comments: Allows filtering by reviewer or by unresolved status.
  • Use Case: Before merging a pull request, you need to quickly see all the feedback provided by your team to ensure all points are addressed.

Quick Start

Use the gh-get-review-comments skill to retrieve all review comments for pull request number 123.

Frequently Asked Questions about gh-get-review-comments

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

FAQPage Schema
How do I retrieve all review comments from a GitHub pull request?

To retrieve pull request review comments from GitHub, you can use a shell script that fetches all comments via the GitHub CLI API for a specified PR number. This allows you to extract feedback for analysis and verification.

Can I filter GitHub PR review comments by unresolved status or reviewer?

Yes, you can filter GitHub PR review comments by scoping the shell script execution to only show comments from a specific reviewer or those marked with an unresolved status.

Do I need GitHub CLI authentication to fetch PR review comments?

Yes, GitHub CLI authentication is required to fetch PR review comments. The retrieval process depends on the GitHub CLI API to securely access the repository and extract the requested feedback data.

What is the best way to check if all pull request feedback is addressed before merging?

The best way to verify pull request feedback resolution before merging is to fetch all review comments using the GitHub CLI API. This ensures you can track and confirm every point raised by your team has been addressed.

Does gh-get-review-comments work without installing additional GitHub API dependencies?

Yes, it works without additional API dependencies because it relies entirely on the GitHub CLI for API authentication and data retrieval, executing its core logic directly through shell scripts.

Why am I missing some feedback when checking GitHub pull request comments?

You might miss GitHub pull request feedback if you do not retrieve all review comments comprehensively. Using a dedicated shell script to fetch comments via the GitHub CLI API ensures no reviewer input is overlooked.