pr-fix

Parse PR review reports, apply prioritized fixes, and verify results.

33|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill pr-fix-gaogg521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/gaogg521/1ONE-ClaudeCode/tree/main/.claude/skills/pr-fix
Command: npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill pr-fix-gaogg521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR Review Fix automates the process of addressing issues raised in PR reviews, reducing manual rework and context switching. It ensures consistent fixes follow a defined workflow from reviewing the report to verifying changes.

Core Features & Use Cases

  • Parse a pr-review report and extract actionable issues.
  • Create or update a fix branch, apply fixes by priority, run a quick quality gate, and publish.
  • Verify fixes against the original review and announce completion to the user.

Quick Start

Run /pr-fix after a PR review report is generated to begin auto-fixing.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automate PR review fixes across git branches?

You can automate PR review fixes by parsing the review report, creating a fix branch, applying prioritized code changes, running a quality gate, and committing the verified updates. This workflow reduces manual rework and context switching.

What is the best way to apply code changes from code reviews automatically?

The best way to apply code review fixes automatically is using an end-to-end workflow that parses actionable issues, updates fix branches by priority, runs quick quality gates, commits, and verifies the results against the original review.

Can I fix issues across repository forks using an automated workflow?

Yes, you can fix issues across repository forks using an automated workflow that coordinates branch management and applies code changes by priority, satisfying the requirements for automated remediation across forks.

How do I start automating fixes after a PR review report is generated?

To start automating fixes after a PR review report is generated, initiate the pr-fix command to parse the report, create or update a fix branch, apply changes, run a quality gate, and publish the verified results.

Does the automated PR fix workflow include quality gate verification?

Yes, the automated PR fix workflow includes running a quick quality gate after applying fixes by priority, ensuring the code changes are verified before committing, publishing, and announcing completion to the user.