github-ci-fix

Installation
SKILL.md

GitHub CI Fix

This skill is the single GitHub branch-to-merge skill. Use it when the work is anywhere on the path from local branch state to a merge-ready PR.

It has two modes:

  • inspect mode: diagnose current PR state, summarize blockers, and stop.
  • fix mode: create or reuse the PR, then stay in a closed PR-to-mergeable loop until required checks are green and no fixable merge blocker remains.

When the user says to publish a GitHub PR, fix CI, fix failing checks, get the PR green, make the PR mergeable, or equivalent, default to fix mode. Also use this skill immediately after opening or materially updating a PR when CI and review state are expected to gate merge. Do not stop after one patch if the PR is still blocked.

Prerequisites

  • Require gh authentication: run gh auth status.
  • Use GitHub Actions logs for GitHub-hosted checks.
  • For non-GitHub Actions providers, report the external URL only.
  • Treat unresolved review threads and review comments as part of the same repair lane when they are still active and plausibly blocking merge.

Inputs

Installs
2
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jun 15, 2026
github-ci-fix — ingpoc/skills