fix-pr

Triage pull request feedback and implement prioritized fixes.

32|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GiggleLiu/cryochamber --skill fix-pr-giggleliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr
Source: https://github.com/GiggleLiu/cryochamber/tree/main/.claude/skills/fix-pr
Command: npx skills add https://github.com/GiggleLiu/cryochamber --skill fix-pr-giggleliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

triages and resolves pull request feedback, ensuring PRs progress by addressing review comments, CI failures, and coverage gaps.

Core Features & Use Cases

  • PR feedback triage: Collects review comments, CI results, and coverage signals to determine the most impactful fixes.
  • Automated remediation plan: Generates a prioritized set of changes and steps to resolve issues in the current PR.
  • Use Case: When a PR stalls due to failing CI or missing tests, this skill proposes and implements the necessary fixes and re-runs checks.

Quick Start

Run the fix-pr skill to triage PR feedback, propose fixes, and apply changes to the current branch.

Frequently Asked Questions about fix-pr

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

FAQPage Schema
How do I automate fixing CI failures and codecov gaps in a pull request?

To automate fixing CI failures and codecov gaps in a pull request, this skill triages PR feedback, generates a prioritized remediation plan, and applies the necessary code changes to the current branch. It coordinates fixes directly using GitHub CLI.

What is the best way to triage GitHub pull request review comments automatically?

Triage GitHub pull request review comments automatically by collecting review feedback, CI results, and coverage signals to determine the most impactful fixes. This process extracts feedback and prioritizes changes for an active development workflow.

Do I need GitHub CLI to automate pull request remediation?

Yes, you need GitHub CLI and gh api commands to automate pull request remediation. The skill requires access to these tools to safely handle PR state, check CI status, and fetch coverage data across repositories.

Can I use this to resolve stalled pull requests across multiple repositories?

Yes, you can use this to resolve stalled pull requests across multiple repositories. It is applicable to active PRs across repositories, enabling automated extraction of feedback and coordinated fixes when checks fail or tests are missing.

How does automated PR triage handle CI status and coverage data safely?

Automated PR triage handles CI status and coverage data safely by enforcing safe handling of PR state during extraction. It checks CI status and coverage signals to generate a prioritized set of changes without compromising the branch.