pr-feedback

Retrieve GitHub PR review comments and post replies via the gh CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ryan-mahoney/ryan-llm-skills --skill pr-feedback-ryan-mahoney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-feedback
Source: https://github.com/ryan-mahoney/ryan-llm-skills/tree/main/skills/pr-feedback
Command: npx skills add https://github.com/ryan-mahoney/ryan-llm-skills --skill pr-feedback-ryan-mahoney

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieves PR review comments, addresses them one by one, and leaves responses when needed.

Core Features & Use Cases

  • Retrieve PR feedback via the gh CLI
  • Address each comment sequentially and post replies
  • Use case: teams reviewing PRs with multiple comments requiring tracked responses

Quick Start

Provide a PR number (optional) to fetch and address review comments.

Frequently Asked Questions about pr-feedback

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

FAQPage Schema
How do I automatically address GitHub PR review comments?

To automatically address GitHub PR review comments, you can retrieve feedback sequentially via the gh CLI, apply fixes to the code, and post replies directly to each addressed item.

What is the best way to reply to code review comments on a pull request?

The best way to reply to code review comments on a pull request is to fetch them using the gh CLI, resolve each item individually, and post tracked responses to close the feedback loop.

Do I need the gh CLI to fetch and resolve pull request feedback?

Yes, you need the gh CLI installed and authenticated to fetch pull request feedback, apply code fixes, and post replies to review comments within collaborative development workflows.

Can I process multiple review comments on a PR one by one?

You can process multiple review comments on a PR one by one by sequentially retrieving each comment, applying the necessary code modifications, and leaving a response when needed.

How do I provide a PR number to start addressing code review feedback?

You provide a PR number as an optional input to fetch review comments for that specific pull request, allowing the tool to retrieve and address feedback sequentially.