# Cicd Pipeline Troubleshooting

> Diagnosing failed GitHub Action or GitLab CI runs. Use when this capability is needed.

- Skill: `tomevault-io/cicd-pipeline-troubleshooting` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/cicd-pipeline-troubleshooting`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/cicd-pipeline-troubleshooting/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/cicd-pipeline-troubleshooting

---

# CI/CD Pipeline Troubleshooting

Diagnosing failed GitHub Action or GitLab CI runs.

## When to use
- When operating in the `devops` domain.
- When resolving incidents related to ci/cd pipeline troubleshooting.

## When not to use
- If the issue requires manual human intervention.
- If the domain does not apply.

## Triggers
- Pattern: `ci-cd-pipeline-troubleshooting`
- Keywords: devops, ci/cd

## Inputs
- Context from the current user session or incident report.

## Steps
### 1. Step 1
Identify the exact pipeline step that failed from the CI dashboard.

### 2. Step 2
Review the console output for dependency resolution errors, test failures, or syntax errors.

### 3. Step 3
If a flaky test is suspected, check the test history for non-deterministic behavior.

### 4. Step 4
Provide a fix or patch to the pipeline configuration or failing test.

## Success signals
- The task is resolved without regressions.
- Logs confirm the procedure was successfully applied.

## Failure modes
- Incorrect application of the steps leading to side effects.

## Safety notes
- Always verify changes in a staging environment before applying to production.
- Do not execute destructive commands without explicit authorization.

---
> Source: [creanlab/agent-genome-lab](https://github.com/creanlab/agent-genome-lab) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

