pr-fix

Automate PR review issue remediation with triage, worktrees, and lint checks.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill pr-fix-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/pr-fix
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill pr-fix-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically fixes issues surfaced in a PR review, guiding triage, branch handling, and automated fixes to streamline code-review workflows.

Core Features & Use Cases

  • Parse a pr-review report and extract a prioritized issue list.
  • Create isolated worktrees, apply automated fixes, and run quick quality checks before publishing.
  • Support both same-repo fixes and forked PR workflows with proper push strategies.

Quick Start

Run /pr-fix with an optional PR number to start the automated fix workflow.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automate fixing code review issues in a PR?

Automate code review fixes by parsing a prioritized issue list from the PR report, applying targeted edits in isolated worktrees, and running lint/tsc checks before publishing the branch.

What is the best way to handle automated fixes for forked PRs?

Handle automated fixes for forked PRs by utilizing proper push strategies within isolated worktrees, ensuring changes are applied and published safely without modifying the upstream repository directly.

Does automated PR remediation run quality checks before merging?

Automated PR remediation runs quick quality checks, including lint and tsc checks, before publishing changes to ensure applied code edits pass basic validation gates prior to merging.

Can I triage critical issues separately during automated PR fixes?

Triage critical issues separately during automated PR fixes by safeguarding them throughout the workflow; the process parses a prioritized issue list to apply fixes while preventing automated modification of critical items.

How do I start an automated workflow to fix PR review problems?

Start an automated workflow to fix PR review problems by running the fix command with an optional PR number, initiating the end-to-end process of triage, worktree creation, code edits, and publishing.