gh-fix-ci

Automates debugging and fix planning for GitHub PR check failures using gh CLI commands.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/devinitive-team/mirage --skill gh-fix-ci-devinitive-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/devinitive-team/mirage/tree/main/.agents/skills/gh-fix-ci
Command: npx skills add https://github.com/devinitive-team/mirage --skill gh-fix-ci-devinitive-team

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the debugging and fixing of failing GitHub PR checks that run in GitHub Actions, saving time on PR maintenance.

Core Features & Use Cases

  • Automated PR Check Debugging: Inspect PR checks, fetch GitHub Actions logs, and summarize failure context.
  • Fix Plan Creation: Draft a fix plan based on the analysis, using an optional create-plan skill or inline drafting.
  • Implementation Oversight: Implement fixes only after explicit approval to maintain control over the workflow.
  • Use Case: Ideal for developers looking to streamline the process of addressing PR check failures in their projects.

Quick Start

To use the gh-fix-ci skill, authenticate your GitHub CLI, run the script with the repo path and PR number or URL, and provide the necessary inputs to begin the analysis and fix plan creation process.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I debug failing GitHub PR checks?

You can automate fixing GitHub PR check failures by executing gh commands to fetch check logs, analyzing the failure context, and generating a targeted fix plan that you approve before implementation.

Do I need the gh command-line tool to automate PR check debugging?

Yes, you need the gh command-line tool installed and authenticated to fetch PR check details and GitHub Actions logs for analyzing failures and proposing a fix plan.

What is the best way to analyze GitHub Actions logs for PR failures?

The best way to analyze GitHub Actions logs for PR failures is to automate the extraction of check details and logs via gh, summarize the failure context, and draft a fix plan for explicit approval.

Can I draft a fix plan for failing GitHub Actions checks automatically?

Yes, you can draft a fix plan for failing GitHub Actions checks automatically using an optional create-plan skill or inline drafting, ensuring you review and explicitly approve fixes before implementation.

Does this Skill implement code fixes for failing PR checks automatically?

No, this Skill does not implement code fixes automatically; it analyzes failing PR check logs and proposes a fix plan, requiring your explicit approval before any implementation begins to maintain workflow control.