gh-fix-ci

Identify failing GitHub Actions checks and fetch logs via gh CLI.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill gh-fix-ci-jey3dayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills/gh-fix-ci
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill gh-fix-ci-jey3dayo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly diagnose and fix failing GitHub Actions CI checks by locating the failing checks with gh, pulling logs, and surfacing actionable failure context to plan remediation.

Core Features & Use Cases

  • Identify failing PR checks using gh pr checks and extract relevant Actions logs.
  • Summarize failure context with a concise snippet and run details to guide fixes.
  • Draft a concise remediation plan and require explicit approval before applying changes.

Quick Start

Provide the repository path and PR identifier to the skill, and it will locate failing checks, fetch Actions logs, summarize failures, and propose a plan for 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 debug failing GitHub Actions CI checks on a pull request?

To debug failing GitHub Actions CI checks, this Skill uses the gh CLI to locate failing PR checks and fetch relevant Actions logs, summarizing actionable failure context to guide your remediation.

Can I automatically fix GitHub Actions failures without manual review?

No, you cannot automatically fix GitHub Actions failures without review. The Skill drafts a concise remediation plan and implements changes only after receiving explicit approval.

Does this tool fetch logs for external CI checks outside of GitHub Actions?

No, this tool does not fetch logs for external CI checks. It scopes remediation to GitHub Actions runs only, reporting external checks without logs or remediation steps.

What information do I need to start diagnosing a failing GitHub PR check?

To start diagnosing a failing GitHub PR check, provide your repository path and PR identifier. The Skill then locates failing checks, fetches Actions logs, and proposes a fix plan.

Why does my GitHub Actions CI fail and how do I find the exact error?

GitHub Actions CI failures are identified by extracting relevant Actions logs using the gh CLI. The Skill surfaces a concise snippet and run details to pinpoint the exact error context.