gh-fix-ci

Identify failing GitHub Actions checks and extract failure snippets from logs.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill gh-fix-ci-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/gh-fix-ci
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill gh-fix-ci-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps developers quickly diagnose failing GitHub Actions CI by locating failing PR checks, collecting actionable logs, summarizing the failure context, and proposing a concise remediation plan that can be approved before implementation.

Core Features & Use Cases

  • Authenticate with the GitHub CLI (gh) and verify access to the repository.
  • Inspect PR checks to identify failing runs and extract failure snippets from logs.
  • Generate a remediation plan and request approval before applying changes, or leverage an existing plan-skilled workflow if available.

Quick Start

Inspect a PR's failing checks, summarize failures, and draft a fix plan.

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 PR?

To diagnose failing GitHub Actions checks, the skill authenticates with gh, fetches PR checks, extracts failure snippets from logs, and summarizes the failure context for review.

Can I automatically extract failure details from GitHub Actions logs?

Yes, you can extract failure details from GitHub Actions logs by inspecting PR checks and isolating actionable failure snippets directly through the authenticated GitHub CLI.

What is the best way to fix GitHub Actions CI failures?

The best way to fix GitHub Actions CI failures is to gather actionable log snippets, summarize the failure context, and propose a concise remediation plan for approval before applying changes.

Do I need the GitHub CLI to troubleshoot CI failures?

Yes, you need the GitHub CLI installed and authenticated to verify repository access, fetch checks, and extract failure logs to troubleshoot CI failures effectively.

Does this CI fix process require manual approval before applying changes?

Yes, the CI fix process generates a remediation plan and explicitly requests approval before applying any changes to the repository or leveraging an existing plan workflow.