# CI CD Troubleshooter

> Use when analyzing failing build/test logs in Github Actions, GitLab, or Jenkins, and fixing pipeline configuration files.

- Skill: `drvivek34/ci-cd-troubleshooter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add drvivek34/ci-cd-troubleshooter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/drvivek34/ci-cd-troubleshooter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Drvivek34 (https://skillmd.com/u/drvivek34)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/drvivek34/ci-cd-troubleshooter

---


# CI/CD Troubleshooting Instructions
1. Fetch build stdout and inspect lines containing 'failed', 'error', or exit codes.
2. Locate the failing step and match it to package version dependencies.
3. Validate node_modules, bundler caches, or lockfiles.
4. Correct YAML syntax errors in configuration files.
5. Recommend changes to pipeline caching options to accelerate build times.


