ci-cd-pipeline
Installation
SKILL.md
CI/CD Pipeline
Designs and configures CI/CD pipelines for any language and CI system, covering all stages from lint to production deployment with secrets management and caching best practices.
Purpose
Guide the complete CI/CD pipeline setup: identify the project stack, choose the CI system, design pipeline stages, write the configuration, configure caching and secrets, and define deployment promotion conditions.
Trigger
Apply when user requests:
- "set up CI", "GitHub Actions", "CI/CD pipeline", "build pipeline", "automated testing pipeline"
- "設定 CI/CD", "建立 pipeline", "自動化部署流程", "CI 設定"
Do NOT trigger for:
- Executing a production deployment after the pipeline is live — use
deploy-ops - Debugging a failing CI run without setting up a new pipeline — handle inline