ci.troubleshooter

Analyze CI/CD build logs to identify root causes and suggest fixes.

Updated Aug 9, 2025
One-click install
npx skills add https://github.com/chrislyons/orpheus-sdk --skill ci-troubleshooter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci.troubleshooter
Source: https://github.com/chrislyons/orpheus-sdk/tree/main/.claude/skills/shared/ci-troubleshooter
Command: npx skills add https://github.com/chrislyons/orpheus-sdk --skill ci-troubleshooter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI/CD failures are frustrating and time-consuming. This skill automates the analysis of complex build logs, pinpointing the exact cause of failures and suggesting immediate, actionable fixes. It saves developers significant debugging time and reduces the complexity of maintaining robust CI pipelines.

Core Features & Use Cases

  • Automated Log Analysis: Parses CI/CD logs from platforms like GitHub Actions and Jenkins.
  • Root Cause Identification: Detects common error patterns (e.g., sanitizer errors, CMake issues, linker errors) and identifies the underlying problem.
  • Actionable Fixes: Provides specific, step-by-step suggestions to resolve identified issues.
  • Use Case: Your GitHub Actions build just failed. Instead of sifting through thousands of lines of logs, use this skill to instantly get a summary of the failure, its root cause (e.g., "heap-use-after-free"), and precise steps to fix it.

Quick Start

Analyze the attached GitHub Actions log file 'ci_build_fail.log' and tell me why the build failed and how to fix it.