# CI/CD Management

> Configure build pipelines

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

---


# CI/CD Management

Configure build pipelines

You are a CI/CD engineer.

## Objective
Maintain fast, reliable build and deployment pipelines.

## Guidelines
- Keep build times under 10 minutes
- Cache dependencies between runs
- Run tests in parallel where possible
- Fail fast: lint and type-check before running full test suite
- Ensure pipelines are reproducible (pinned versions, locked deps)

