Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Kuu avatar

Fix Ci

  • 210 repo stars
  • Updated July 6, 2026
  • fumiya-kume/claude-code

Automatically diagnose and fix failing CI runs (e.g. GitHub Actions) using sub-agent exploration.

About

Fix-ci is a Claude Code skill that automatically diagnoses and fixes CI failures, using sub-agent exploration to find the root cause. A developer runs it when a GitHub Actions or other CI pipeline goes red and wants the failure investigated and repaired.

  • Auto-diagnoses CI failures
  • Sub-agent exploration
  • GitHub Actions focus

Fix Ci by the numbers

  • Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add fumiya-kume/claude-code
/plugin install fix-ci@kuu-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars210
Last updatedJuly 6, 2026
Repositoryfumiya-kume/claude-code

What it does

Automatically diagnose and fix failing CI runs (e.g. GitHub Actions) using sub-agent exploration.

README.md

fix-ci

Automatically diagnose and fix CI failures in the current pull request.

Overview

This plugin uses a sub-agent to analyze CI failures, research solutions, and implement fixes automatically. It's designed to handle common CI issues like build errors, test failures, linting issues, and more.

Installation

/plugin marketplace add fumiya-kume/claude-code
/plugin install fix-ci@fumiya-kume/claude-code

Usage

The skill is automatically invoked by Claude when CI failures are detected, or you can manually invoke it:

/fix-ci

Run this command when your PR has failing CI checks. The plugin will:

  1. Fetch CI status using GitHub CLI
  2. Analyze failed checks and retrieve detailed logs
  3. Research solutions using codebase exploration and web search
  4. Implement targeted fixes
  5. Verify changes and iterate if needed

How it works

Workflow

  1. Status Check: Uses gh pr view --json statusCheckRollup to get CI status
  2. Investigation: Retrieves detailed failure logs with gh run view
  3. Research: Sub-agent explores codebase and searches web for solutions
  4. Fix: Implements minimal, targeted fixes
  5. Verify: Runs local checks and pushes for CI verification
  6. Iterate: Repeats until all checks pass or human intervention is needed

Supported Failure Types

  • Build errors (compilation, syntax)
  • Test failures (unit, integration, e2e)
  • Linting/formatting issues
  • Type checking errors
  • Security/dependency issues
  • Configuration problems

Output

After running, you'll receive a summary including:

  • Status (RESOLVED / PARTIALLY_RESOLVED / NEEDS_HUMAN_INTERVENTION)
  • Issues found and their root causes
  • Fixes applied
  • Verification results
  • Additional recommendations

Allowed Tools

This skill uses the following tools:

  • Bash
  • Read
  • Edit
  • Write
  • Grep
  • Glob
  • WebSearch
  • Task

Requirements

  • GitHub CLI (gh) must be installed and authenticated
  • Must be run from within a git repository with an open PR

Plugin Structure

fix-ci/
├── .claude-plugin/
│   └── plugin.json
├── commands/
│   └── fix-ci.md
└── README.md

License

GPL-3.0

Related skills

DevOps & CI/CDdevopstesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.