fix-ci

Diagnose GitHub Actions workflow failures and propose corrective fix plans.

Updated Jan 1, 2012
One-click install
npx skills add https://github.com/ysk1031/dotfiles --skill fix-ci-ysk1031
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-ci
Source: https://github.com/ysk1031/dotfiles/tree/main/claude/skills/fix-ci
Command: npx skills add https://github.com/ysk1031/dotfiles --skill fix-ci-ysk1031

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the diagnosis of failing GitHub Actions workflows, guiding you to identify root causes and implement fixes with user confirmation at each step.

Core Features & Use Cases

  • Failure collection: gathers failure data from CI runs and extracts signals.
  • Hypothesis-driven analysis: proposes probable causes with evidence.
  • Fix planning & verification: creates actionable changes and helps verify locally.

Quick Start

Run the diagnosis sequence by prompting the skill with your CI failure description and relevant run id.

Frequently Asked Questions about fix-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose GitHub Actions workflow failures and find the root cause?

To diagnose GitHub Actions failures, you can provide the CI failure description and relevant run ID. This Skill gathers failure data from CI runs and extracts signals to propose probable causes with supporting evidence.

What is the best way to fix flaky tests and build failures in CI?

Fixing flaky tests and build failures requires a hypothesis-driven analysis. This approach proposes probable causes with evidence and creates an actionable fix plan with verification steps for local testing.

Can I automate failure diagnosis for GitHub Actions across branches and PRs?

Yes, you can automate failure diagnosis for GitHub Actions across branches, PRs, or forks. It guides you to identify root causes and implement fixes with user confirmation at each step.

Does this CI fix planning tool work with environment issues in GitHub Actions?

Yes, this tool works with environment issues in GitHub Actions. It produces a structured hypothesis, supporting evidence, and an actionable fix plan with verification steps to resolve environment-related failures.

Why does my GitHub Actions workflow fail and how do I plan a fix?

Workflows fail due to flaky tests, build failures, or environment issues. This Skill automates diagnosis by creating a structured hypothesis, supporting evidence, and an actionable fix plan with verification steps.

What do I need to start automated failure diagnosis for GitHub Actions?

To start automated failure diagnosis, you need your CI failure description and the relevant run ID. Prompt the Skill with this information to run the diagnosis sequence and identify the root cause.