Guides interactive CI/CD pipeline design, configuration, and optimization. Detects existing setups like GitHub Actions or GitLab CI, supports platforms/stages/flags like --optimize, generates configs for review.
npx claudepluginhub asiaostrich/universal-dev-standards --plugin universal-dev-standards[pipeline config or stage | Pipeline 配置或階段]/ci-cdThis skill should be used when the user asks to "ci cd,ci/cd,파이프라인,github actions,배포 자동화,pipeline design". CI/CD pipeline design, implementation, and optimization
Guide CI/CD pipeline design, configuration and optimization.
引導 CI/CD 管線設計、配置和優化。
BUILD ──► TEST ──► ANALYZE ──► DEPLOY ──► VERIFY
/ci-cd - Start interactive pipeline design/ci-cd github-actions - Design for specific platform/ci-cd --optimize - Optimize existing pipeline/ci-cd build - Focus on build stageFollows AI Command Behavior Standards
| Input | AI Action |
|---|---|
/ci-cd | 偵測現有 CI 配置(.github/workflows/、.gitlab-ci.yml 等),展示狀態或開始設計 |
/ci-cd <platform> | 為指定平台設計管線 |
/ci-cd --optimize | 分析現有管線,提出優化建議 |
/ci-cd <stage> | 聚焦特定階段(build/test/deploy) |
Decision: 現有配置
--optimize → 直接進入優化分析🛑 STOP: 配置展示後等待使用者確認寫入
| Stop Point | 等待內容 |
|---|---|
| 管線設計完成後 | 確認配置正確並寫入 |
| Error Condition | AI Action |
|---|---|
| 無法偵測 CI 平台 | 列出支援的平台供選擇 |
| 現有配置語法錯誤 | 報告錯誤位置,建議修正 |