pr-comments

Fetch GitHub PR review comments from the current branch via GitHub API.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill pr-comments-luohao-yan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/resources/bundled/skills/pr-comments
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill pr-comments-luohao-yan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the fetching and display of GitHub PR review comments for the current branch, saving developers time and reducing the need for manual review.

Core Features & Use Cases

  • Automated PR Comment Fetching: Fetches review comments from the current branch's GitHub PR.
  • Comment Display: Displays comments for user review and action.
  • Use Case: A developer working on a pull request can use this Skill to fetch and review all comments on their branch without manually navigating to GitHub.

Quick Start

Run the pr-comments skill from within a git repository with an open PR on the current branch to fetch and display PR comments.

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I fetch GitHub PR review comments for my current branch automatically?

Yes, you can use this Skill to automate PR comment fetching without opening a browser. It directly calls the GitHub API to retrieve and display all review comments associated with your current branch's open PR.

Do I need the gh CLI to fetch PR comments for my branch?

Yes, fetching PR comments requires the 'gh' CLI installed and authenticated. The Skill uses this dependency alongside your local git repository to query the GitHub API for open PR review comments.

What happens if I run this in a git repository without an open PR?

The Skill requires a git repository with an open PR on the current branch to fetch review comments. Without an open PR, the GitHub API query will fail to return any comment data for display.

How does this compare to manually checking review comments on GitHub?

Fetching PR comments through this Skill saves developers time by automating the retrieval process directly from the terminal. You review and act on comments locally without manually navigating to the GitHub web interface.