pr-fix

Automates unblocking Pull Requests by resolving conflicts, fixing CI failures, and reconciling review comments.

13|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/phrazzld/agent-skills --skill pr-fix-phrazzld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/phrazzld/agent-skills/tree/main/core/pr-fix
Command: npx skills add https://github.com/phrazzld/agent-skills --skill pr-fix-phrazzld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill resolves issues that block a Pull Request from being merged, including merge conflicts, failing CI checks, and unresolved review comments, ensuring the PR is merge-ready.

Core Features & Use Cases

  • Conflict Resolution: Automatically resolves merge conflicts.
  • CI Fixes: Debugs and fixes failing Continuous Integration pipelines.
  • Review Reconciliation: Addresses all review comments and threads systematically.
  • Use Case: When a PR is blocked due to CI failures or outstanding review comments, this Skill can be invoked to clear those blockers and make the PR mergeable.

Quick Start

Use the pr-fix skill to unblock 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 fix failing CI checks and merge conflicts in a pull request?

To fix failing CI checks and merge conflicts in a pull request, you can automate the end-to-end unblocking process by resolving conflicts, debugging pipeline failures, and addressing review comments systematically to ensure the PR is mergeable.

What is the best way to automate resolving unresolved GitHub Actions review threads?

The best way to automate resolving unresolved GitHub Actions review threads is to perform semantic triage on the feedback, address all comments systematically, and ensure the PR is review-clean before signaling success.

Can I automatically debug and fix CI pipeline failures without manual intervention?

Yes, you can automatically debug and fix CI pipeline failures without manual intervention by running automated inventory checks and semantic triage to resolve issues and make the PR merge-ready.

Does automated PR unblocking handle both deterministic errors and semantic code review feedback?

Automated PR unblocking handles both deterministic errors and semantic code review feedback by performing inventory checks for deterministic issues and semantic triage to process actionable review comments and threads.

How do I ensure a pull request is mergeable and review-clean before merging?

To ensure a pull request is mergeable and review-clean before merging, you must resolve all merge conflicts, fix failing CI pipelines, and reconcile every outstanding review comment and thread systematically.