ci-cd-pipeline
Installation
SKILL.md
CI/CD 流水线(CI/CD Pipeline)
参考来源:GitHub Actions 官方文档、GitLab CI/CD 文档、Jenkins Pipeline 文档、DORA 指标、Continuous Delivery(Jez Humble)。
适用场景
- 新项目搭建 CI/CD 流水线
- 现有流水线优化(速度 / 可靠性)
- 多环境部署策略(dev → staging → prod)
- 安全门禁集成(SAST / DAST / 依赖扫描)
- Monorepo 流水线设计
- 自动化发布(语义化版本)
核心原则
1. 快速反馈
lint + unit test < 5 分钟
全流水线 < 15 分钟