gh-fix-ci

Diagnose failing GitHub Actions checks and generate an approved fix plan.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/bl1nk-bot/skills-cli --skill gh-fix-ci-bl1nk-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/bl1nk-bot/skills-cli/tree/main/skills/gh-fix-ci
Command: npx skills add https://github.com/bl1nk-bot/skills-cli --skill gh-fix-ci-bl1nk-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnoses and resolves failing GitHub Actions checks by fetching detailed logs, summarizing failure contexts, and generating a safe, actionable fix plan that requires explicit user approval before applying changes.

Core Features & Use Cases

  • Inspect PR checks for a target PR and identify failing checks.
  • Fetch and summarize failing logs to provide context and actionable insights.
  • Propose and execute a focused fix plan after user approval to ensure safe changes.

Quick Start

Run the skill against a repository with failing PR checks and follow the prompts to inspect checks, draft a plan, and implement after 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 and fix failing GitHub Actions CI checks on a pull request?

To diagnose failing GitHub Actions CI checks, this Skill fetches run logs, summarizes failure contexts, and generates an actionable fix plan after explicit user approval to ensure safe changes.

What is the best way to retrieve and summarize GitHub Actions logs for a failing PR?

Retrieving GitHub Actions logs is handled by a built-in Python script that automates log extraction, identifies failing checks, and frames the failure context for your pull request.

Do I need authenticated gh access to analyze GitHub Actions failures?

Yes, authenticated gh access is required to resolve the target PR, fetch check details, and collect run logs needed to analyze GitHub Actions failures.

Can I automate CI fix planning without applying changes directly to my repository?

Yes, this Skill guides users through planning and implementing fixes after explicit approval, meaning you can review the proposed CI fix plan before any changes are applied.

Does this work with GitHub-hosted repositories to resolve PR check failures?

Yes, it is applicable to PRs in GitHub-hosted repos, resolving the target PR and collecting logs to diagnose GitHub Actions check failures.

Why does my GitHub Actions failure analysis require explicit approval before implementing fixes?

Explicit approval is required before implementing fixes to ensure safe changes, allowing you to review the failure summary and actionable fix plan before any code is modified.