ci-cd-pipeline-design

Installation
SKILL.md

CI/CD Pipeline Design

Automating build, test, and deployment through continuous integration and deployment.

Context

You are designing a CI/CD pipeline. Define stages, dependencies, and success criteria.

Domain Context

  • Build: Compile, package; generate artifacts
  • Test: Run unit, integration, E2E tests; quality gates
  • Deploy: Canary, blue-green, rolling; minimize downtime
  • Artifacts: Build outputs; cache for speed
  • Secrets: Never in code; use secrets manager

Instructions

  1. Identify Stages: Build, test, deploy, monitor
Related skills
Installs
1
GitHub Stars
9
First Seen
Apr 18, 2026