Design CI/CD pipelines with explicit stage order, quality gates, artifact traceability, and rollback safety. Use when build/test/release flow is being created or changed and teams need deterministic release controls before adoption; do not use for application-domain algorithm or schema design.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Design CI/CD pipelines with explicit stage order, quality gates, artifact traceability, and rollback safety. Use when build/test/release flow is being created or changed and teams need deterministic release controls before adoption; do not use for application-domain algorithm or schema design.
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).
Deliverables
Pipeline stage blueprint with gate criteria and ownership.
Artifact traceability model (source -> build -> deployable -> environment).