ci-debugger

Diagnose CI job failures and propose minimal fixes with regression test commands.

4|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/stark-ai-de/agent-skills --skill ci-debugger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-debugger
Source: https://github.com/stark-ai-de/agent-skills/tree/main/incubator/skills/repo-maintenance/ci-debugger
Command: npx skills add https://github.com/stark-ai-de/agent-skills --skill ci-debugger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Diagnoses complex CI pipeline issues by pinpointing the root cause, suggesting the smallest fix, and providing regression test instructions.

Core Features & Use Cases

  • CI Failure Diagnosis: Identifies the root cause of failed CI jobs using evidence-first debugging.
  • Minimal Fix Suggestion: Proposes the smallest fix needed to resolve the issue.
  • Regression Test Validation: Recommends commands to validate the fix and prevent future occurrences.
  • Use Case: When a user encounters a failed GitHub Actions, GitLab CI, Vercel, or package-manager build and needs expert guidance on the next steps.

Quick Start

Run the ci-debugger skill with the failed job details, logs, and step information.

Frequently Asked Questions about ci-debugger

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

FAQPage Schema
How do I find the root cause of a failed CI job in GitHub Actions or GitLab CI?

To find the root cause of a failed CI job, analyze job logs, configuration, and environment data. Evidence-first debugging pinpoints exact failure points across GitHub Actions, GitLab CI, and Vercel pipelines.

What is the best way to get a minimal fix proposal for a CI pipeline failure?

The best way to get a minimal fix proposal for CI pipeline failure is using evidence-first analysis on job logs and configurations. This approach identifies the root cause and suggests the smallest code change required to resolve it.

Can I use CI debugging to get regression test commands for package-manager builds?

Yes, CI debugging can generate regression test commands for package-manager builds. After proposing a minimal fix, it recommends specific validation commands to prevent future occurrences of the failure.

Does CI failure analysis work with Vercel deployments and build environments?

Yes, CI failure analysis works with Vercel deployments and build environments. It processes failed job logs and step information from Vercel, alongside GitHub Actions and GitLab CI, to identify root causes.

What do I need to provide for CI failure diagnosis on a failed build pipeline?

For CI failure diagnosis on a build pipeline, you need to provide the failed job details, relevant step information, and complete job logs. This data allows the analysis to evaluate configuration and environment factors accurately.