帮助团队在发布前系统核对部署条件、风险点与回滚准备事项。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "deploy-checklist" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/engineering/skills/deploy-checklist/SKILL.md 2. 保存为 ~/.claude/skills/deploy-checklist/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为这次生产发布生成一份上线前检查清单,覆盖 CI 状态、测试结果、审批人、数据库迁移、功能开关、监控告警和回滚方案。请按“必须完成 / 建议完成 / 阻塞发布”分类输出。
一份结构化发布检查清单,明确上线前必查项、风险项和阻塞条件。
我们即将发布一个包含数据库迁移的版本。请生成专项核查清单,重点检查迁移顺序、兼容性、备份要求、执行窗口、回填策略、监控指标和回滚触发条件。
一份面向数据库变更的部署核查清单,帮助降低迁移失败和数据风险。
请为一个通过功能开关逐步放量的发布准备检查清单,包含开关默认状态、灰度范围、负责人、观测指标、回退步骤、用户影响评估和沟通计划。
一份适用于灰度发布的检查清单,明确放量控制、监控与回退安排。
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Generate a pre-deployment checklist to verify readiness before shipping.
/deploy-checklist $ARGUMENTS
## Deploy Checklist: [Service/Release]
**Date:** [Date] | **Deployer:** [Name]
### Pre-Deploy
- [ ] All tests passing in CI
- [ ] Code reviewed and approved
- [ ] No known critical bugs in release
- [ ] Database migrations tested (if applicable)
- [ ] Feature flags configured (if applicable)
- [ ] Rollback plan documented
- [ ] On-call team notified
### Deploy
- [ ] Deploy to staging and verify
- [ ] Run smoke tests
- [ ] Deploy to production (canary if available)
- [ ] Monitor error rates and latency for 15 min
- [ ] Verify key user flows
### Post-Deploy
- [ ] Confirm metrics are nominal
- [ ] Update release notes / changelog
- [ ] Notify stakeholders
- [ ] Close related tickets
### Rollback Triggers
- Error rate exceeds [X]%
- P50 latency exceeds [X]ms
- [Critical user flow] fails
Tell me about your deploy and I'll customize the checklist:
If ~~source control is connected:
If ~~CI/CD is connected:
If ~~monitoring is connected:
围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
帮助开发团队设计稳健的部署流程、CI/CD 管道与生产发布策略。