gh-fix-ci

Debug failing GitHub Actions CI checks and draft fix plans using the gh CLI.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill gh-fix-ci-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40openai/gh-fix-ci
Command: npx skills add https://github.com/northseadl/skillwisp --skill gh-fix-ci-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps debug and fix failing GitHub Pull Request checks that are running in GitHub Actions, streamlining the CI/CD pipeline.

Core Features & Use Cases

  • Inspect Checks: Uses the gh CLI to examine the status and details of GitHub PR checks.
  • Summarize Failures: Extracts relevant log snippets from failing GitHub Actions runs to pinpoint the root cause.
  • Draft Fix Plan: Proposes a plan to address the identified issues.
  • Implement Fixes: Applies the approved fixes and verifies the resolution.
  • Use Case: When a PR build fails, this Skill can automatically investigate the logs, tell you exactly why it failed, and suggest a code change 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 CI checks on a pull request?

Use the gh CLI to inspect GitHub Actions CI check statuses, fetch detailed failure logs, and summarize the root cause. This extracts relevant log snippets to pinpoint exactly why the PR build failed and drafts a fix plan.

Can I automatically generate a fix plan for a failing GitHub Actions run?

Yes, you can automatically generate a fix plan for a failing GitHub Actions run. After inspecting logs and summarizing the root cause, the skill drafts a plan to address identified issues and applies approved fixes to verify the resolution.

Does the gh CLI need to be installed to inspect GitHub PR check statuses?

Yes, the gh CLI needs to be installed to inspect GitHub PR check statuses. The skill leverages the gh CLI to examine the status and details of GitHub Actions checks and fetch actionable failure logs from your repository.

How do I handle external CI providers when debugging GitHub Actions failures?

When handling external CI providers while debugging GitHub Actions failures, the skill reports only the details URL. It focuses on resolving failures running directly in GitHub Actions by extracting relevant log snippets from those runs.

What is the best way to resolve a failing GitHub Actions pipeline?

The best way to resolve a failing GitHub Actions pipeline is to inspect check statuses with the gh CLI, extract relevant log snippets to pinpoint the root cause, draft a targeted fix plan, and apply approved fixes to verify the resolution.