deployment-pipeline-design
仓库创建 2025年7月25日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
侧重稳健与可推广的部署架构,适合生产级交付场景。
▸ 风险提示
设计与执行通常需要部署权限与访问凭据,注意权限控制。
这个 Skill 做什么
设计多阶段 CI/CD 流水线,含审批门与渐进发布策略。
设计多阶段 CI/CD 流水线,含审批门、自动质检和渐进发布策略(如 canary、蓝绿),实现零宕机上线和环境递进推广。用于搭生产部署流程、控制变更风险、以及把安全/测试门槛自动化放到流水线里。重点是把速度和安全平衡好,减少人为干预同时保留必要的审查点。
▸ 展开 SKILL.md 英文原文
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+683
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/cicd-automation/skills/deployment-pipeline-design/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/cicd-automation/skills/deployment-pipeline-design/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Deployment Pipeline Design Architecture patterns for multi-stage CI/CD pipelines with approval gates, deployment strategies, and environment promotion workflows. ## Purpose Design robust, secure deployment pipelines that balance speed with safety through proper stage organization, automated quality gates, and progressive delivery strategies. This skill covers both the structural design of pipeline architecture and the operational patterns for reliable production deployments. ## Input / Output ### What You Provide - **Application type**: Language/runtime, containerized or bare-metal, monolith or microservices - **Deployment target**: Kubernetes, ECS, VMs, serverless, or platform-as-a-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有