Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

gh-fix-ci

Debugs failing GitHub Actions checks on a PR using the `gh` CLI.

Setup & Installation

npx skills add https://github.com/openai/skills --skill gh-fix-ci
or paste the link and ask your coding assistant to install it
https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci
View on GitHub

What This Skill Does

Debugs failing GitHub Actions checks on a PR using the `gh` CLI. It fetches run logs, summarizes the failure context, and proposes a fix plan before making any changes. External CI providers like Buildkite are out of scope.

It pulls the exact failing log snippet and drafts a targeted fix instead of requiring you to dig through GitHub's UI or manually run `gh` commands across multiple steps.

When to use it

  • Fixing a broken lint or test job blocking a PR merge
  • Fetching GitHub Actions log output without navigating the web UI
  • Diagnosing a flaky workflow that fails inconsistently across runs
  • Reviewing CI failure details on a PR from a terminal session
  • Tracing which job step caused a workflow to fail