CI/CD Fix Expert

Diagnose and fix CI/CD pipeline failures across Foundry, Next.js, Node.js/TypeScript, and Rust projects.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/teliha/dev-workflows --skill ci-cd-fix-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CI/CD Fix Expert
Source: https://github.com/teliha/dev-workflows/tree/main/skills/fix-ci
Command: npx skills add https://github.com/teliha/dev-workflows --skill ci-cd-fix-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates CI/CD downtime by automatically analyzing build logs, identifying root causes, and applying targeted fixes.

Core Features & Use Cases

  • Auto-Detection: Identify project type and apply appropriate fixes for build errors, test failures, and linting issues.

Quick Start

The CI is failing, can you fix it? Fix the CI failure in run #12345 I see type errors in the build, please fix them

Frequently Asked Questions about CI/CD Fix Expert

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

FAQPage Schema
How do I automatically fix CI/CD pipeline failures?

Automatically fix CI/CD failures by analyzing build logs to identify root causes, then apply targeted remediation. This Skill diagnoses and fixes build, test, lint, and formatting errors across Foundry, Next.js, Node.js/TypeScript, and Rust projects, allowing you to ship code faster without manual debugging.

Can I fix build errors and test failures automatically in my Node.js project?

Yes. This Skill auto-detects your Node.js/TypeScript project type and applies minimal targeted fixes for build errors, test failures, and linting issues. It analyzes pipeline logs, identifies the root cause, applies the fix, and verifies success before committing.

What types of CI/CD errors can be automatically remediated?

Build failures, test errors, linting violations, and formatting issues across supported frameworks. The Skill categorizes errors by type, applies project-specific fixes for Foundry, Next.js, Node.js/TypeScript, and Rust, then verifies the solution works before proceeding.

Does this work with Rust and Next.js projects?

Yes. This Skill supports Rust, Next.js, Node.js/TypeScript, and Foundry projects. It auto-detects your project type and applies the appropriate fixes for build, test, lint, and formatting errors in your CI/CD pipeline.

How does automated CI/CD fixing reduce pipeline downtime?

By automatically analyzing build logs, identifying root causes, and applying targeted fixes, this Skill eliminates manual debugging cycles. It verifies fixes before committing, so your pipeline recovers faster and your team ships code without waiting for manual intervention.

Can I use this to fix a specific CI run that's failing?

Yes. You can target a specific failing CI run by number or description. The Skill analyzes that run's logs, identifies what broke, applies the minimal fix needed for build, test, lint, or formatting errors, and verifies the solution works.