gh-fix-ci

Diagnose failing GitHub Actions PR checks and generate a fix plan.

167|34|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tercumantanumut/selene --skill gh-fix-ci-tercumantanumut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/tercumantanumut/selene/tree/main/lib/skills/catalog/bundled/gh-fix-ci
Command: npx skills add https://github.com/tercumantanumut/selene --skill gh-fix-ci-tercumantanumut

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps engineers quickly diagnose and fix failing GitHub PR checks that run in GitHub Actions by using the gh CLI to pull checks, gather logs, and summarize failures.

Core Features & Use Cases

  • Focused on GitHub Actions PR checks: Retrieves check results, logs, and run details to identify root causes.
  • Guided fix workflow: Drafts a concise plan and requires explicit user approval before applying changes.
  • Scope control: Explicitly excludes external CI providers (for example Buildkite) and reports only details URL when encountered.

Quick Start

Run the gh-fix-ci workflow against a PR to inspect checks, generate a fix plan, and apply changes only after explicit approval.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I diagnose failing GitHub Actions PR checks using the gh CLI?

GitHub Actions PR checks can be triaged by using gh to fetch checks, pull logs, and generate a concise failure summary. This Skill locates the root cause directly from your pull request data.

Can I automatically apply fixes for failing GitHub PR checks?

Fixes for failing GitHub PR checks are applied only after explicit user authorization. The Skill drafts a concise fix plan and waits for approval before modifying your repository.

Does this workflow support external CI providers like Buildkite for PR checks?

External CI providers like Buildkite are not supported. The workflow explicitly skips them and only reports the details URL when encountered, focusing solely on GitHub Actions.

Do I need to authenticate with gh before diagnosing failing GitHub PR checks?

Yes, you must authenticate with gh for the target repository before diagnosing failing GitHub PR checks. Proper authentication is a prerequisite to fetch checks and pull logs.

What is the best way to generate a fix plan for failing GitHub Actions checks?

The best way to generate a fix plan for failing GitHub Actions checks is to pull logs via gh, summarize the failure details, and output a concise plan. This avoids manual log parsing.