pr-fix

Triage GitHub pull request review comments and failing CI checks.

1|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/wyattjoh/skills --skill pr-fix-wyattjoh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/wyattjoh/skills/tree/main/skills/pr-fix
Command: npx skills add https://github.com/wyattjoh/skills --skill pr-fix-wyattjoh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, act, and includes references (resource) components.

What problem does it solve?

This skill automates the tedious process of triaging GitHub pull request review comments and failing CI checks, ensuring technical correctness while reducing manual overhead.

Core Features & Use Cases

  • Intelligent Triage: Automatically categorizes review comments and CI failures into actionable buckets like FIX, PUSHBACK, or CLARIFY.
  • Automated Verification: Runs local project tests or Docker-based CI simulations to verify fixes before applying them.
  • Safe Implementation: Applies code changes silently, resolves threads, and provides a structured summary for user approval, preventing accidental commits or unwanted GitHub noise.

Quick Start

Ask the pr-fix skill to address all pending review comments and failing CI checks for the current pull request.

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 GitHub pull request review comments and failing CI checks?

To automate fixing GitHub pull request review comments and failing CI checks, this skill categorizes feedback into actionable buckets like FIX or CLARIFY, then verifies code changes against local project environments before applying them.

What is the best way to triage pull request feedback without creating unwanted GitHub noise?

Triage pull request feedback by applying code changes silently, resolving threads, and providing a structured summary for user approval, preventing accidental commits and avoiding unwanted GitHub noise.

Does this PR fix workflow support local CI simulation using Docker-based containers?

Yes, the PR fix workflow supports local CI simulation using Docker-based containers. It runs local project tests or container-based CI simulations to verify fixes before applying code changes.

Do I need to install GitHub CLI and jq to automate pull request thread resolution?

Yes, you need GitHub CLI (gh), git, jq, and act installed to automate pull request thread resolution, as these dependencies are required for conventional commit generation and local CI simulation.

How does automated PR triage categorize code review comments?

Automated PR triage categorizes code review comments into actionable buckets such as FIX, PUSHBACK, or CLARIFY, ensuring technical correctness while reducing manual overhead for software engineering workflows.