gh-fix-ci

Inspect failing GitHub Actions checks, fetch logs, and draft a fix plan.

24.7k|1.7k|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/openai/skills --skill gh-fix-ci-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci
Command: npx skills add https://github.com/openai/skills --skill gh-fix-ci-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly identify and fix issues causing your GitHub Actions checks to fail on pull requests, ensuring smoother code integration.

Core Features & Use Cases

  • Automated Check Inspection: Automatically fetches and analyzes failing GitHub Actions checks and their logs.
  • Failure Summarization: Provides concise summaries of errors found in logs to pinpoint the root cause.
  • Fix Planning: Assists in creating a plan to address the identified issues.
  • Use Case: When your CI pipeline breaks on a pull request, use this Skill to automatically diagnose the failing tests, understand the error messages, and get a proposed solution to fix it.

Quick Start

Use the gh-fix-ci skill to inspect failing checks for the current pull request.

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 Actions checks on a pull request?

To debug failing GitHub Actions checks, this Skill inspects the checks, fetches logs, summarizes failures, and drafts a fix plan automatically. It requires the GitHub CLI to be authenticated with appropriate scopes to analyze and resolve the errors.

What is the best way to find the root cause of a failing CI pipeline in GitHub Actions?

Finding the root cause of a failing CI pipeline involves summarizing errors found in logs. This Skill analyzes failing GitHub Actions checks and provides concise summaries to pinpoint the exact issue causing your code integration to break.

Do I need the GitHub CLI to automate pull request check inspection?

Yes, you need the GitHub CLI (`gh`) to automate pull request check inspection. The CLI must be authenticated with appropriate scopes so the Skill can fetch logs and draft a fix plan for the failing checks.

Can I automatically generate a fix plan for failing GitHub PR tests?

Yes, you can automatically generate a fix plan for failing GitHub PR tests. After fetching and analyzing the logs, the Skill assists in creating a plan to address the identified issues and ensure smoother code integration.

Does this Skill work without authenticated access to my repository?

No, this Skill does not work without authenticated access. It requires the GitHub CLI to be authenticated with appropriate scopes to inspect checks, fetch logs, and draft a fix plan for failing GitHub Actions checks.