pr-fix

Automate PR review fix workflows with triage, worktrees, and lint/format/tsc/test gates.

7|2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye-desktop --skill pr-fix-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/bitan-del/gods-eye-desktop/tree/main/.claude/skills/pr-fix
Command: npx skills add https://github.com/bitan-del/gods-eye-desktop --skill pr-fix-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end PR review fix workflow by triaging issues, applying changes, and publishing updates in a controlled, auditable manner.

Core Features & Use Cases

  • Automates triage and validation of CRITICAL/HIGH/MEDIUM issues from pr-review reports to speed up repair cycles.
  • Orchestrates isolated worktrees and branching strategies to safely apply fixes across forks and main repos.
  • Provides a configurable automation path with explicit escalation flows for CRITICAL issues and human review when needed.

Quick Start

Start the automated fix workflow by providing an open PR review report and running the pr-fix command.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automate pull request review fixes end-to-end?

Automating pull request review fixes involves triaging issues from a PR review report, applying changes in isolated worktrees, and running lint, format, tsc, and test validation gates before committing and pushing updates.

What is the best way to handle code review fixes across multiple forks and branches?

The best way to handle code review fixes across forks and branches is orchestrating isolated worktrees and branching strategies, which safely applies changes across main repos and forks while maintaining strict validation gates.

How does automated triage work for critical PR issues?

Automated triage for critical PR issues works by enforcing a three-layer triage process that validates issues from review reports and uses a configurable automation path with explicit escalation flows for CRITICAL issues requiring human review.

Do I need a PR review report to start automating code review fixes?

Yes, you need an open PR review report to start automating code review fixes, as the workflow operates when a report is present to triage issues, apply changes, and publish updates.

Can I run lint and test gates before pushing automated PR fixes?

Yes, you can run lint and test gates before pushing automated PR fixes. The workflow runs a full lint, format, tsc, and test gate validation sequence before committing and pushing updates to ensure code quality.