gh-fix-pr-feedback

Fetch GitHub PR review comments, implement changes, and reply to each comment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-cli, and includes scripts (resource) components.

What problem does it solve? This Skill automates the tedious process of addressing GitHub pull request review feedback by fetching comments, guiding changes, and replying to each comment, streamlining the review cycle. It reduces manual effort, saving time and accelerating PR merges.

Core Features & Use Cases:

  • Fetch Review Comments: Retrieves all review comments for a PR, providing a consolidated list of feedback.
  • Structured Replies: Helps formulate concise, clear replies to each comment, ensuring effective communication with reviewers.
  • Use Case: Your pull request has multiple review comments. Use this skill to fetch all comments, make the necessary code changes, and then automatically reply to each comment with a concise "✅ Fixed" message, speeding up the review process and getting your PR merged faster.

Quick Start: Use the gh-fix-pr-feedback skill to fetch all review comments for pull request number 42.

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 automate addressing GitHub pull request review feedback?

Automate PR review feedback by fetching all review comments via GitHub API, making code changes, and posting replies to each comment. This Skill orchestrates the workflow—retrieving comments, guiding edits, and notifying reviewers—so you address feedback systematically and get PRs merged faster.

Can I fetch and reply to all PR comments at once?

Yes. The Skill retrieves all review comments for a pull request in one consolidated list, then helps you formulate and post concise replies to each comment automatically, eliminating manual back-and-forth communication.

What's the best way to handle multiple review comments on a GitHub PR?

Fetch all comments together, batch your code changes into a focused commit, and reply to each comment with confirmation. This approach reduces context switching, keeps the review conversation clear, and accelerates the merge cycle.

Do I need to manually post a reply to each review comment?

No. The Skill automates reply posting so you don't manually compose and submit a response to each comment individually—it streamlines the entire feedback loop after you make your code changes.

How do I validate that my PR fixes pass CI after addressing feedback?

After making changes and replying to comments, the Skill pushes your commit and validates CI checks automatically, confirming that your fixes meet review requirements and the build succeeds.

What do I need to use this pull request automation?

GitHub CLI is the sole dependency. You need a pull request with open review comments, write access to the repository, and the ability to run CLI commands to fetch comments and push code changes.