pr-fix

Automate PR issue triage and fixes from pr-review reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mitchlabeetch/Largarda --skill pr-fix-mitchlabeetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/mitchlabeetch/Largarda/tree/main/.agents/skills/pr-fix
Command: npx skills add https://github.com/mitchlabeetch/Largarda --skill pr-fix-mitchlabeetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end PR issue triage and fixes based on a pr-review report. It reduces manual triage overhead and enforces a repeatable fix workflow.

Core Features & Use Cases

  • Automatic triage of issues by severity (CRITICAL/HIGH/MEDIUM) and prioritized fix planning.
  • End-to-end workflow including patch generation, validation, and automated tests within a controlled worktree.
  • Safe escalation to human review in automation mode when critical risks are detected.
  • Works across forks and multiple branches to keep PRs in sync with CI feedback.

Quick Start

Run /pr-fix <PR_NUMBER> in the PR conversation to start the automated triage-and-fix workflow for the current review.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automate GitHub PR review fixes from a review report?

Automate GitHub PR review fixes by running a command with the PR number to trigger end-to-end triage, patch generation, and validation based on the pr-review report. The workflow categorizes issues by severity and applies fixes within an isolated worktree.

What is the best way to triage and fix multiple PR issues across forked repositories?

Triage and fix PR issues across forked repositories using an automated workflow that handles multi-branch syncs. It processes CRITICAL, HIGH, and MEDIUM issues from the review report, applies patches in a controlled worktree, and validates the changes.

How does automated PR triage handle critical risks during code fixes?

Automated PR triage handles critical risks by enforcing safe escalation to human review when critical issues are detected in automation mode. This guardrail prevents risky patches from being applied without manual oversight.

Can I use interactive mode to plan and apply code fixes for a GitHub PR?

Yes, you can use interactive mode to plan and apply code fixes for a GitHub PR. The workflow follows a four-step flow: triage issues, plan fixes, apply fixes, and validate changes, allowing for manual oversight during the process.

Do I need a pr-review report to start the automated PR fix workflow?

Yes, a pr-review report is required to start the automated PR fix workflow. The Skill uses this report as input to triage issues by severity and generate targeted patches for the identified code problems.