GitHub PR Respond

Fetch and respond to GitHub pull request review comments.

1|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/dtsong/claude-code-windows-setup --skill github-pr-respond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub PR Respond
Source: https://github.com/dtsong/claude-code-windows-setup/tree/main/skills/github-workflow/skills/gh-pr-respond
Command: npx skills add https://github.com/dtsong/claude-code-windows-setup --skill github-pr-respond

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of viewing and responding to feedback on GitHub pull requests, reducing the time spent managing code reviews.

Core Features & Use Cases

  • View Comments: Easily see all review comments on a pull request, with options to filter by unresolved or comments requiring your attention.
  • Respond to Feedback: Directly reply to comments or apply suggested code fixes.
  • Use Case: After a code review, you can use this Skill to quickly see all the feedback, apply the suggested changes, and reply to the reviewers, all within your development environment.

Quick Start

Use the gh-pr-respond skill to view comments on the current pull request.

Frequently Asked Questions about GitHub PR Respond

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

FAQPage Schema
How do I view and respond to GitHub pull request review comments?

To view and respond to GitHub pull request review comments, you can fetch all feedback, categorize comments by status and reviewer, and apply suggested code fixes or compose replies directly within your development environment.

How do I apply suggested code changes from GitHub PR feedback?

Applying suggested code changes from GitHub PR feedback involves fetching the review comments, applying the suggested code fixes, and then using integrated Git commands to commit and push the modifications to your branch.

Can I filter unresolved pull request comments requiring my attention?

Yes, you can filter unresolved pull request comments requiring your attention by categorizing the feedback by status, allowing you to quickly see which specific review comments need a direct reply or code fix.

What is the best way to manage code review feedback on GitHub pull requests?

Managing code review feedback on GitHub pull requests is best handled by streamlining the process: fetch all review comments, categorize feedback by reviewer, apply suggested code fixes, compose replies, and commit changes using Git commands.

Do I need Git commands to commit and push changes after applying PR review feedback?

Yes, you need Git commands to commit and push changes after applying PR review feedback, as the workflow integrates Git operations directly to finalize the applied suggested code fixes and push them to the repository.