fix-ci

Summarize CI failure root causes and propose minimal patches for PR checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Hyd3-14/dotfiles --skill fix-ci-hyd3-14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-ci
Source: https://github.com/Hyd3-14/dotfiles/tree/main/home/.agents/skills/fix-ci
Command: npx skills add https://github.com/Hyd3-14/dotfiles --skill fix-ci-hyd3-14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI の失敗調査と修復の汎用的なエントリポイント。特に GitHub の PR チェックで発生した失敗に対して、根本原因を短く要約し、最小限の修正と再検証を通じて問題を解決します。

Core Features & Use Cases

  • 失敗の根本原因を1行で要約する出力を行い、次の修正ステップへ案内します。
  • 最小修正提案と再検証のガイドラインを提供して、トラブルシューティングを迅速化します。
  • GitHub Actions の PR チェックなど、リポジトリローカル CI のケースにも対応するルーティングを提案します。
  • ワークフローの主要ステップ: 失敗源の特定、要約、再現性のある最小再現、対象範囲の修正、近い再検証の実行、残る不確実性の明示。

Quick Start

Invoke fix-ci on a failing PR to generate a one-line root-cause summary, propose a minimal fix, and re-run verification.

Frequently Asked Questions about fix-ci

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

FAQPage Schema
How do I diagnose and fix CI failures in GitHub Actions pull request checks?

To fix CI failures in GitHub Actions pull request checks, generate a concise one-line root-cause summary, apply a minimal verifiable patch, and re-run tests in a controlled manner to verify the repair.

What is the best way to find the root cause of a failing PR check from CI logs?

Analyzing CI logs to find the root cause of a failing PR check involves identifying the failure source, summarizing it in one line, and reproducing the error locally before attempting a minimal scope fix.

How do I create a minimal patch to repair a failing CI workflow?

Creating a minimal patch to repair a failing CI workflow requires reproducing the failure, isolating the targeted fix, and executing a close re-verification to ensure the change resolves the error without introducing side effects.

Does this CI debugging approach work with repository-local CI other than GitHub Actions?

Yes, this CI debugging approach works with GitHub Actions PR checks and other repository-local CI systems by providing routing guidance to appropriate GitHub plugins when available for broader coverage.

What should I do when my CI fix introduces uncertainty or fails re-verification?

When your CI fix introduces uncertainty or fails re-verification, the workflow requires explicitly stating remaining unknowns and re-evaluating the failure source to propose an alternative minimal change.