gh-fix-ci

Locate failing GitHub Actions runs, collect logs, and summarize failures.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/idontcarl/landing-page --skill gh-fix-ci-idontcarl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/idontcarl/landing-page/tree/main/skills/openai-skills/skills/.curated/gh-fix-ci
Command: npx skills add https://github.com/idontcarl/landing-page --skill gh-fix-ci-idontcarl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fixes failing GitHub Actions CI checks by locating failing runs, collecting logs, and summarizing failures.

Core Features & Use Cases

  • Identify failing GitHub Actions checks for PRs and surface their status and details.
  • Fetch and summarize actionable failure snippets from logs to speed debugging.
  • Generate a concise plan for fixes and support approval-driven implementation within the PR workflow.

Quick Start

Run the bundled script to inspect PR checks and gather failure logs for quick remediation.

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 CI checks on a pull request?

To diagnose failing GitHub Actions CI checks, locate the failing runs, fetch the logs, and summarize the failure snippets. This process surfaces actionable details to speed up debugging and remediation for your PR workflows.

Can I automatically collect CI failure logs from GitHub repositories for analysis?

Yes, you can collect CI failure logs automatically by running the bundled script. It uses GitHub CLI authentication and pr checks endpoints to fetch and summarize actionable failure snippets from your repositories.

Do I need GitHub CLI authentication to analyze PR workflow failures?

Yes, GitHub CLI authentication is required to analyze PR workflow failures. The Skill relies on gh CLI authentication and pr checks endpoints to locate failing runs and gather logs for remediation across your repositories.

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

The best way to generate a fix plan for failing GitHub Actions builds is to use a plan-based workflow. After collecting and summarizing logs, the workflow generates a concise plan to guide approved remediation within your PR.

How does log analysis work for GitHub Actions PR checks?

Log analysis for GitHub Actions PR checks works by fetching logs from failing runs and summarizing actionable failure snippets. This speeds debugging by isolating relevant errors and generating a concise plan for fixes.