# CI CD

> CI/CD Pipelines

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

---

# CI/CD Pipelines

## When to activate

Building, debugging, or optimizing CI/CD workflows in GitHub Actions, GitLab CI, or Jenkins.

## When NOT to use

For manual deployment runbooks — use deployment guides instead.

## Instructions

1. Parse pipeline YAML and identify bottlenecks
2. Validate job dependencies and parallel execution
3. Review secrets management and gating
4. Optimize build cache and artifact handling

## Example

Reduce pipeline duration from 45min to 18min by parallelizing tests and caching dependencies.

