fix-pr-comments

Fetch and implement GitHub pull request review comments using gh CLI.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill fix-pr-comments-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-comments
Source: https://github.com/flosrn/.claude/tree/main/skills/git-fix-pr-comments
Command: npx skills add https://github.com/flosrn/.claude --skill fix-pr-comments-flosrn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of addressing all requested changes in a GitHub Pull Request, ensuring that reviews are thoroughly handled and the PR can be approved.

Core Features & Use Cases

  • Automated Comment Fetching: Gathers both inline and review comments from a PR.
  • Systematic Implementation: Guides the user through implementing each requested change precisely.
  • Commit & Push: Facilitates easy staging, committing, and pushing of fixes.
  • Use Case: After a code review, you have a list of comments. This Skill helps you systematically go through each one, make the necessary code changes, and commit them.

Quick Start

Use the fix-pr-comments skill to fetch and implement all requested changes for the current pull request.

Frequently Asked Questions about fix-pr-comments

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

FAQPage Schema
How do I automatically resolve GitHub pull request review comments?

To automatically resolve GitHub pull request review comments, use a skill that fetches inline code suggestions and review feedback, guides you through implementing each requested change, and commits the fixes. It requires the gh CLI and git for version control operations.

What is the best way to systematically implement code review changes from a PR?

Systematically implementing code review changes involves fetching all unresolved PR comments, addressing each inline suggestion and feedback point precisely, and then staging and pushing the modifications. This ensures reviews are thoroughly handled before the PR can be approved.

Do I need the GitHub CLI to fetch and fix pull request comments?

Yes, you need the GitHub CLI (gh CLI) to fetch and fix pull request comments, as it handles the GitHub interaction. Git is also required for the version control operations needed to stage, commit, and push the implemented changes.

Can I automate staging and pushing code fixes after addressing PR review feedback?

Yes, you can automate staging and pushing code fixes after addressing PR review feedback. The process facilitates easy staging, committing, and pushing of fixes once all required modifications from the pull request comments are systematically implemented.

Why should I use an automated tool for resolving unresolved GitHub PR comments instead of manual editing?

Using an automated tool for resolving unresolved GitHub PR comments ensures no feedback is missed by systematically gathering both inline and review comments. It streamlines the process of addressing all requested changes, ensuring thorough handling before committing and pushing.