ci-cd-pipeline-design
Installation
SKILL.md
CI CD Pipeline Design
Overview
Use this skill to design delivery pipelines that are deterministic, auditable, and safe under both success and failure paths.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Inputs To Gather
- Repository topology (mono-repo/multi-repo), services affected, and deployment targets.
- Required checks (lint, test, security, compliance, performance) and risk tolerance.
- Artifact model (build outputs, provenance, signing, retention).
- Rollout model (blue/green, canary, phased, manual approvals).