pr-comments

Retrieve PR review comments with diff hunks and severity from multiple sources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EtanHey/golems --skill pr-comments-etanhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/EtanHey/golems/tree/main/skills/golem-powers/pr-comments
Command: npx skills add https://github.com/EtanHey/golems --skill pr-comments-etanhey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, curl, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the retrieval and presentation of review comments on pull requests, ensuring developers can quickly identify and address feedback before merging code.

Core Features & Use Cases

  • Consolidated Feedback: Gathers comments from various sources like Greptile, CodeRabbit, Cursor Bugbot, and DeepSource.
  • Contextual Information: Displays comments with associated diff hunks, severity levels, and descriptions.
  • Use Case: After pushing a new feature branch and opening a PR, run this Skill to see all review comments and their context, allowing for efficient iteration and a cleaner merge.

Quick Start

Use the pr-comments skill to fetch all review comments for the current branch's pull request.

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I fetch pull request review comments with full diff context?

To fetch pull request review comments with full diff context, use this Skill to retrieve and display feedback from GitHub API outputs, including diff hunks, severity levels, and descriptions for structured assessment.

What is the best way to consolidate PR feedback from multiple automated review tools?

Consolidating PR feedback from multiple automated review tools involves retrieving and parsing outputs from sources like Greptile, CodeRabbit, Cursor Bugbot, and DeepSource to present structured review comments in one view.

Does the pr-comments Skill work with GitHub CLI and jq?

Yes, the pr-comments Skill works with GitHub CLI (gh) and jq, alongside curl and bash, to parse GitHub API output and shell scripts for retrieving and displaying pull request review comments.

Can I view severity levels and diff hunks for debugging PR feedback?

You can view severity levels and diff hunks for debugging PR feedback because this Skill retrieves contextual information from automated reviewers, displaying associated code changes and severity alongside descriptions.

Why do I need bash and curl dependencies to retrieve GitHub PR comments?

You need bash and curl dependencies to retrieve GitHub PR comments because this Skill relies on shell scripts to execute API requests and parse the returned JSON data for structured presentation of review feedback.

When do I need to run a Skill to fetch PR review comments?

You need to run a Skill to fetch PR review comments after pushing a new feature branch and opening a pull request, allowing you to quickly identify and address automated feedback before merging code.