nw-deployment-strategies

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由

强调验证与应急流程,适合运维与发布场景参考执行。

▸ 风险提示

指南或脚本可能会触发实际部署或回滚操作,需权限控制。

这个 Skill 做什么

包含回滚、风险评估与部署前后验证的操作与流程指导。

帮你把上线风险降到最低,提供上线前后的验证清单、回滚步骤和应急方案,能在部署时或写回滚计划时用到。侧重可操作的验证项和风险评估,告诉你哪些检查必须通过、回滚怎么做、以及失败后的补救步骤。不是讲部署模式的理论(像 canary、blue‑green),而是把运维流程做成可执行的操作手册。

▸ 展开 SKILL.md 英文原文

Rollback procedures, risk assessment, pre/post-deployment validation, and contingency planning. Load when orchestrating deployment or preparing rollback plans. For deployment strategy details (canary, blue-green, rolling), see `cicd-and-deployment` skill.

开发编程回滚策略风险评估验证步骤通用
586
Stars
59
Forks
40
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-deployment-strategies/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-deployment-strategies/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Deployment Strategies — Rollback, Risk, and Validation

For deployment strategy patterns (canary, blue-green, rolling, progressive delivery), see `cicd-and-deployment` skill. This skill focuses on operational concerns: validation, rollback, risk, and post-deployment.

## Pre-Deployment Validation

Before any deployment, validate:
- Deployment scripts tested in staging | Database migrations tested with rollback scripts
- Configuration management consistent across environments | Health checks and service discovery configured
- Monitoring and alerting systems prepared | Backup and disaster recovery procedures validated

## Rollback Procedures

### Design Rollback First
Every deployment plan s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有