
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-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 210 |
|---|---|
| Last updated | July 6, 2026 |
| Repository | fumiya-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:
- Fetch CI status using GitHub CLI
- Analyze failed checks and retrieve detailed logs
- Research solutions using codebase exploration and web search
- Implement targeted fixes
- Verify changes and iterate if needed
How it works
Workflow
- Status Check: Uses
gh pr view --json statusCheckRollupto get CI status - Investigation: Retrieves detailed failure logs with
gh run view - Research: Sub-agent explores codebase and searches web for solutions
- Fix: Implements minimal, targeted fixes
- Verify: Runs local checks and pushes for CI verification
- 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