ci-fixer

Diagnose CI/CD failures and apply verified local fixes across GitHub Actions, Vercel, and Netlify.

3|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/twikus/claude-configuration --skill ci-fixer-twikus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-fixer
Source: https://github.com/twikus/claude-configuration/tree/main/claude-code-config/skills/workflow-ci-fixer
Command: npx skills add https://github.com/twikus/claude-configuration --skill ci-fixer-twikus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill fixes CI/CD failures by watching CI runs in real time, analyzing errors, and applying verified fixes locally.

Core Features & Use Cases

  • Real-time CI monitoring across GitHub Actions, Vercel, and Netlify.
  • Local fixes with tests and linting to ensure green pipelines.
  • Automatic commits and pushes to retrigger CI, looping until success.

Quick Start

Use the ci-fixer to start monitoring CI on your current branch.

  • Basic: /ci-fixer
  • Auto: /ci-fixer --auto
  • With max attempts: /ci-fixer --max-attempts=3

Frequently Asked Questions about ci-fixer

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

FAQPage Schema
How do I automatically fix GitHub Actions failures and retrigger CI?

To automatically fix GitHub Actions failures, ci-fixer monitors CI runs in real time, diagnoses errors, and applies verified fixes locally by running tests and linting before committing and pushing to retrigger CI.

Can I automatically loop CI fixes for Vercel and Netlify deployments?

Yes, you can automatically loop CI fixes for Vercel and Netlify deployments. The skill watches pipelines, applies local fixes, and pushes changes to retrigger CI until the pipeline is green.

How do I limit automated CI fix attempts to avoid infinite loops?

You can limit automated CI fix attempts by using the max-attempts flag, such as /ci-fixer --max-attempts=3, to define the maximum number of fix loops the skill will execute before stopping.

What is the best way to ensure local fixes pass CI before pushing?

The best way to ensure local fixes pass CI is to enforce local tests and linting before committing. The skill verifies changes locally, commits proper fixes, and saves artifacts for traceability before pushing.

Does automated CI fixing work without setting a maximum attempt limit?

Automated CI fixing works without a maximum attempt limit by continuously looping until the pipeline is green, though setting a limit using the max-attempts flag is recommended to prevent excessive runs.