gh-fix-pr-feedback

Automates fetching pull-request review comments, guiding code fixes and replies via GitHub CLI and Git workflows.

18|5|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill gh-fix-pr-feedback-homericintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-pr-feedback
Source: https://github.com/HomericIntelligence/ProjectOdyssey/tree/main/.claude/skills/gh-fix-pr-feedback
Command: npx skills add https://github.com/HomericIntelligence/ProjectOdyssey --skill gh-fix-pr-feedback-homericintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of addressing feedback on pull requests, ensuring that reviewer comments are systematically resolved and acknowledged.

Core Features & Use Cases

  • Comment Retrieval: Fetches all review comments associated with a specific pull request.
  • Code Modification: Guides the user through making necessary code changes based on feedback.
  • Comment Replying: Facilitates replying to each individual review comment to confirm resolution.
  • Use Case: After a code review, you receive several comments. This Skill helps you gather all comments, implement the suggested changes, and reply to each one to close the loop with the reviewer.

Quick Start

Use the gh-fix-pr-feedback skill to address the review comments on pull request number 123.

Frequently Asked Questions about gh-fix-pr-feedback

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

FAQPage Schema
How do I resolve pull request review feedback systematically using GitHub CLI?

You resolve pull request feedback by fetching review comments via the GitHub CLI, applying the suggested code modifications locally, and replying to each reviewer comment individually to acknowledge the changes.

How do I reply to all code review comments on a pull request at once?

You can reply to code review comments by retrieving all PR feedback, implementing the requested code changes, and using the workflow to generate a reply to each individual reviewer comment to confirm resolution.

Do I need GitHub CLI installed to automate fixing PR feedback?

Yes, GitHub CLI is required to fetch pull request comments and facilitate replies, while local Git is needed to apply the suggested code modifications based on the reviewer feedback.

What is the best way to manage code modifications from multiple reviewer comments?

The best way to manage code modifications from reviewer comments is to systematically fetch all feedback, guide the implementation of each requested change locally, and reply to reviewers to confirm incorporation.

Can I use this workflow automation for acknowledging reviewer communication on software development projects?

Yes, this workflow automation applies to software development workflows by fetching pull request comments, guiding the implementation of feedback, and replying to each reviewer to ensure systematic communication and feedback incorporation.