pr-comments

Fetch and display GitHub PR review comments for the current branch.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lalaABC/waprcn --skill pr-comments-lalaabc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/lalaABC/waprcn/tree/main/resources/bundled/skills/pr-comments
Command: npx skills add https://github.com/lalaABC/waprcn --skill pr-comments-lalaabc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetch and display all GitHub PR review comments for the current branch, consolidating feedback from issues, reviews, and diffs to streamline code review.

Core Features & Use Cases

  • Retrieve PR-level issue comments, inline diff comments, and review notes via GitHub API.
  • Normalize and present comments with location and author metadata for quick context.
  • Use in local code-review sessions or CI workflows to surface feedback before merging.

Quick Start

Ask the agent to fetch and present the latest GitHub PR review comments for the current branch.

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?

You can retrieve GitHub PR review comments by asking the agent to fetch them for the current branch. It collects issue comments, inline diff comments, and review notes via the GitHub API, then formats them with optional location and reply metadata for presentation.

What is the best way to aggregate inline diff comments and review notes locally?

The best way to aggregate inline diff comments and review notes is by pulling data from the GitHub API into a normalized insert_code_review_comments payload. This consolidates feedback from issues, reviews, and diffs for quick context during local code-review sessions.

Can I use this Skill to surface PR feedback in CI workflows before merging?

Yes, you can use this Skill in CI workflows to surface PR feedback before merging. It fetches all GitHub PR review comments for the current branch and consolidates issues, reviews, and diff feedback for easy presentation in automated environments.

Does this tool require manual execution to apply changes from code review notes?

No, this tool includes safe fallback behavior to avoid executing changes without user instruction. It strictly fetches and displays GitHub PR review comments, ensuring no automated modifications are applied to your code without explicit direction.

Why are my GitHub PR comments not showing with location and author metadata?

GitHub PR comments may lack location and author metadata if the API data collection fails or if the payload formatting is incomplete. The Skill normalizes this data via the GitHub API, aggregating issue comments, inline diff comments, and review notes for proper presentation.