fix-pr-comments

Fetch GitHub PR review comments and implement reviewer-directed changes per file.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/zuzu59/z-skills --skill fix-pr-comments-zuzu59
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-comments
Source: https://github.com/zuzu59/z-skills/tree/main/skills/fix-pr-comments
Command: npx skills add https://github.com/zuzu59/z-skills --skill fix-pr-comments-zuzu59

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically address ALL unresolved PR review comments by fetching reviews and inline feedback, planning targeted changes, and applying them to the codebase to move PRs toward approval.

Core Features & Use Cases

  • Fetch & aggregate PR reviews and inline comments to create a complete change set
  • Analyze & plan edits per file with a per-comment checklist for traceability
  • Batch edits via MultiEdit to minimize context switching and preserve intent
  • Apply requested changes exactly as reviewers asked, avoiding unrelated edits
  • Commit & push with a standardized message to maintain a clean history

Quick Start

Run this skill on a PR with CHANGES_REQUESTED reviews to automatically implement all requested changes.

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 fix GitHub pull request review comments?

You can automatically fix GitHub pull request review comments by fetching inline feedback and requested changes, then applying a structured workflow to analyze, plan, and batch edits per file to resolve them.

What is the best way to systematically address all unresolved PR comments?

The best way to systematically address unresolved PR comments is to aggregate all reviews and inline feedback into a complete change set, plan targeted edits with a per-comment checklist, and batch apply them via MultiEdit.

Can I automate code review changes without making unrelated edits to the codebase?

Yes, you can automate code review changes safely by enforcing rules that only perform reviewer-directed edits, avoiding unrelated changes while applying requested modifications exactly as reviewers asked.

Does this PR comment automation work outside of a GitHub pull request context?

No, this PR comment automation requires a valid GitHub pull request context to fetch reviews and inline feedback, and it will not operate without an active pull request to analyze.

How are automated pull request edits committed to maintain a clean history?

Automated pull request edits are committed and pushed with a standardized message to maintain a clean history, batching edits per file to minimize context switching and preserve intent.