pr-fix

Resolve pull request issues and fix CI checks in GitHub repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of resolving pull request issues and fixing CI checks, ensuring smooth code integration into a repository.

Core Features & Use Cases

  • PR Feedback Handling: Automatically applies fixes and responds to code reviews.
  • CI Failure Resolution: Detects and fixes CI check failures, re-runs them to ensure a green build.
  • Efficient Collaboration: Enables quick resolution of pull requests, improving team productivity.

Quick Start

Run the pr-fix skill with the PR number: pr-fix 123.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automatically fix pull request issues and CI check failures?

You can automatically fix pull request issues and CI check failures by running a skill that detects integration errors, modifies code, commits changes, and re-runs checks to ensure a green build. It requires GitHub repository access and shell execution permissions.

How do I resolve code review feedback on a pull request automatically?

To resolve code review feedback automatically, this skill applies fixes and generates responses to pull request comments. It automates the resolution of feedback and code changes required during collaborative software development workflows.

Can I use this to fix CI failures in GitHub repositories?

Yes, you can use this to fix CI failures in GitHub repositories. It detects failing CI checks, applies necessary code modifications via shell commands, and re-runs the checks to achieve a green build for smooth code integration.

What do I need to set up before automating pull request resolution?

Before automating pull request resolution, you need access to the target GitHub repository and the ability to execute shell commands. The environment must also have the `gh` and `npm` dependencies installed to modify and commit code changes.

What is the best way to run the pull request fix process?

The best way to run the pull request fix process is by executing the command with the specific PR number, such as `pr-fix 123`. This targets the exact pull request, automatically handling CI maintenance and feedback resolution.

Does this skill work with other version control platforms besides GitHub?

No, this skill does not work with other version control platforms because it requires access to GitHub repositories and utilizes the `gh` dependency. It is specifically designed for collaborative software development workflows within the GitHub ecosystem.