ci-error-fix

Community

Diagnose and fix CI errors quickly.

Authormichael-freling
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured, repeatable workflow to diagnose and fix CI errors, reducing debugging time and preventing pipeline regressions.

Core Features & Use Cases

  • Error categorization: Distinguish build, lint, test, configuration, and resource issues.
  • Main branch parity check: Determine whether the failure is new or pre-existing by comparing with main.
  • Local reproduction & verification: Reproduce failure locally to validate fixes and verify across tests and linting.
  • Guided fix workflow: Step-by-step approach from understanding to verification that CI passes.

Quick Start

Start by reviewing the CI error logs on your feature branch, then run the CI-fix workflow to reproduce, implement, and verify the fix until the pipeline passes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ci-error-fix
Download link: https://github.com/michael-freling/claude-code-tools/archive/main.zip#ci-error-fix

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository