pr-fix-comments

Fetch unresolved GitHub PR review threads and apply code fixes.

4|3|Updated Jul 14, 2025
One-click install
npx skills add https://github.com/luan/dot-claude --skill pr-fix-comments
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-fix-comments
Source: https://github.com/luan/dot-claude/tree/main/skills/pr-fix-comments
Command: npx skills add https://github.com/luan/dot-claude --skill pr-fix-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of addressing and resolving comments left on a Pull Request during code review, streamlining the feedback loop.

Core Features & Use Cases

  • Automated Comment Detection: Identifies unresolved review comments on a given PR.
  • Guided Fix Application: Assists in planning and applying code changes to address comments.
  • Optional Push: Allows for user confirmation before pushing changes.
  • Thread Resolution: Facilitates marking review threads as resolved after fixes are applied.
  • Use Case: After receiving feedback on a pull request, use this skill to quickly identify, fix, and resolve each comment, ensuring the code meets the review standards.

Quick Start

Use the pr-fix-comments skill to fix all unresolved comments on the current pull request.

Frequently Asked Questions about pr-fix-comments

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

FAQPage Schema
How do I automatically fix unresolved GitHub pull request review comments?▼

You need GitHub CLI, git, and Python 3 installed to run the scripts that fetch PR threads and apply code modifications for resolving review feedback.

What is the process for resolving code review threads on a pull request?▼

Yes, this Skill supports optional push confirmation, allowing you to review the applied code modifications before changes are pushed and review threads are marked as resolved.

Can I resolve GitHub PR comments without manually pushing code changes?▼

Yes, this Skill supports optional push confirmation, allowing you to review applied code modifications before changes are pushed and review threads are marked as resolved.

Do I need GitHub CLI and Python to automate pull request comment resolution?▼

You need GitHub CLI, git, and Python 3 installed to run the scripts that fetch PR threads and apply code modifications for resolving review feedback.

What are the limitations of automating code review feedback resolution on GitHub?▼

This Skill scopes strictly to applying code modifications and resolving GitHub pull request threads, relying on user confirmation for optional pushes rather than fully autonomous continuous integration workflows.