# CI CD

> Create and repair CI/CD pipelines with caching, parallelism, reproducibility, artifacts, and actionable failures.

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

---


# CI/CD

- Match local commands and pinned runtime versions.
- Split fast validation from expensive integration or release jobs; preserve clear dependency ordering.
- Cache by lockfile/toolchain keys, never by mutable branch alone.
- Keep secrets in provider stores and avoid echoing expanded commands containing them.
- Upload useful logs, test reports, coverage, and build artifacts on failure.
- Use concurrency cancellation for superseded branch builds and protect release jobs from duplicate execution.

