gh-fix-ci

Identify failing GitHub Actions checks and extract failure details from PR logs.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/Dummy --skill gh-fix-ci-pchemguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/pchemguy/Dummy/tree/main/docs/AgentSkills/openai/skills/skills/.curated/gh-fix-ci
Command: npx skills add https://github.com/pchemguy/Dummy --skill gh-fix-ci-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identify failing GitHub Actions checks on a pull request and extract actionable failure details to guide remediation.

Core Features & Use Cases

  • Locate failing checks for a PR using the GitHub CLI and fetch GitHub Actions logs for actionable failures.
  • Summarize the failure context, including a concise snippet of the relevant logs.
  • Draft a fix plan and prompt for explicit approval before implementing changes.

Quick Start

Authenticate with the GitHub CLI, then run the provided script to inspect PR checks.

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

To diagnose failing GitHub Actions checks on a pull request, authenticate with the gh CLI and run a script to parse checks, fetch logs, and extract actionable failure context for remediation.

How do I extract GitHub Actions logs for failing CI checks?

You can extract GitHub Actions logs for failing CI checks by using the bundled script to inspect PR checks, which locates failures and summarizes the relevant log snippets.

Can I automatically generate a fix plan from GitHub Actions CI failures?

Yes, this Skill generates a fix plan from GitHub Actions CI failures by summarizing the failure context and prompting for explicit approval before implementing changes.

Do I need the GitHub CLI to debug PR checks?

Yes, you need the GitHub CLI to debug PR checks because the Skill requires authenticating with gh to fetch workflow logs and identify failing checks on your pull requests.

What is the best way to summarize GitHub Actions failure context for reviewers?

The best way to summarize GitHub Actions failure context for reviewers is to parse the logs and present a concise remediation plan alongside the relevant failure snippets.

Does this approach work with all GitHub-hosted workflows?

Yes, this approach works with GitHub-hosted workflows by focusing on CI failures, extracting logs, and applying failure context to inform remediation suitable for reviewer approval.