# Nl

> CI/CD Pipelines

- Skill: `uitbreidenos/nl-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add uitbreidenos/nl-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/uitbreidenos/nl-2/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/nl-2

---

# CI/CD Pipelines

## Wanneer activeren

Het bouwen, debuggen of optimaliseren van CI/CD-workflows in GitHub Actions, GitLab CI of Jenkins.

## Wanneer NIET gebruiken

Voor handmatige deployment runbooks — gebruik in plaats daarvan deployment guides.

## Instructies

1. Parse pipeline YAML en identificeer bottlenecks
2. Valideer job dependencies en parallel execution
3. Beoordeel secrets management en gating
4. Optimaliseer build cache en artifact handling

## Voorbeeld

Reduceer pipeline duration van 45min naar 18min door tests te paralleliseren en dependencies in cache te zetten.

