fixpr

Audit GitHub PR threads, CI checks, and merge blockers, then fix issues and resolve threads via GraphQL.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/auerbachb/claude-code-config --skill fixpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixpr
Source: https://github.com/auerbachb/claude-code-config/tree/main/.claude/skills/fixpr
Command: npx skills add https://github.com/auerbachb/claude-code-config --skill fixpr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end PR cleanup and verification by auditing review threads, CI checks, and merge blockers to ensure a clean, merged PR with minimal manual intervention.

Core Features & Use Cases

  • Automated PR audit: gathers thread state, checks CI results, and identifies blockers.
  • Single-pass remediation: classifies findings, fixes code or configs, commits once, and resolves threads via GraphQL.
  • Verification & merge readiness: validates CI green status and merge blockers before final merge.

Quick Start

Run the fixpr skill on a PR to audit and automatically fix all issues in a single pass.

Frequently Asked Questions about fixpr

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

FAQPage Schema
How do I automate pull request cleanup and resolve review threads in one pass?

Automated pull request cleanup audits unresolved review threads, failing CI, and merge blockers to fix code or config issues and commit once. It resolves threads via GraphQL and validates CI green status before final merge.

What is the best way to fix failing CI checks and merge blockers on a GitHub PR?

The best way to fix failing CI and merge blockers is to audit PR state, classify findings, and apply code or config fixes in a single commit. This automated approach verifies CI green status and clears blockers before merging.

Does this automated PR remediation require the GitHub CLI and GraphQL access?

Yes, automated PR remediation requires access to GitHub, the GitHub CLI, and shared pr-state tooling. These dependencies orchestrate auditing CI, committing fixes, and resolving review threads via GraphQL.

Can I use code review automation to resolve unresolved findings without manual intervention?

Yes, code review automation resolves unresolved findings without manual intervention by classifying thread states and applying fixes. It commits changes once and uses GraphQL to resolve review threads directly.

When should I not use single-pass PR verification for CI and code review fixes?

Single-pass PR verification should not be used when you lack GitHub CLI access or shared pr-state tooling. It is also unsuitable if your workflow requires manual approval steps between fixing code and resolving review threads.