pr-fix

Fetch open pull requests and generate proposed code fixes for unresolved review comments.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cloudvoyant/claudevoyant --skill pr-fix-cloudvoyant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/cloudvoyant/claudevoyant/tree/main/plugins/dev/skills/pr-fix
Command: npx skills add https://github.com/cloudvoyant/claudevoyant --skill pr-fix-cloudvoyant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers quickly address feedback on their pull requests by automatically generating proposed fixes for review comments.

Core Features & Use Cases

  • Automated Fix Suggestions: Analyzes review comments on GitHub/GitLab PRs/MRs and suggests concrete code changes.
  • Contextual Understanding: Reads PR details, review threads, and code diffs to understand the requested changes.
  • Use Case: After a code review, you receive several comments requesting specific code modifications. This Skill can automatically draft the necessary code changes for each comment, saving you time in understanding and implementing the feedback.

Quick Start

Use the pr-fix skill to propose fixes for any open PRs with review comments.

Frequently Asked Questions about pr-fix

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

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

To automatically fix pull request review comments on GitHub, you need a tool that fetches open PRs, reads pending review threads, and generates proposed code changes. This Skill analyzes PR details and code diffs to draft concrete fixes in markdown files for your review.

What is the best way to automate resolving code review feedback?

Automating code review feedback involves analyzing unresolved review comments and code diffs to generate proposed fixes. This Skill fetches open pull requests with pending comments and documents the requested changes and suggested fixes in markdown files for you to review.

Does this automated PR fix generation work with GitLab merge requests?

Yes, automated PR fix generation works with GitLab merge requests. The tool supports both GitHub and GitLab, automatically detecting the provider or allowing manual override to fetch open merge requests and generate proposed code fixes for pending review comments.

How do I generate code fixes for unresolved merge request change requests?

To generate code fixes for unresolved merge request change requests, use a tool that fetches open MRs with pending review comments and reads the code diffs. This Skill proposes concrete code modifications for each comment and documents them in markdown files for your review.

Can I manually override the Git provider detection when fixing PR comments?

Yes, you can manually override the Git provider detection when fixing PR comments. While the tool automatically detects whether the repository is hosted on GitHub or GitLab, it allows manual override to ensure it fetches the correct pull requests and review threads.

How does the tool output proposed fixes for review comments?

The tool outputs proposed fixes for review comments by documenting the change requests and suggested code modifications in markdown files. It fetches open pull requests, analyzes the pending review threads and code diffs, and generates these markdown files for your review.