---
id: daily-deploy-checklist
name: "deploy-checklist"
url: https://skills.yangsir.net/skill/daily-deploy-checklist
author: anthropics
domain: ai-ci-cd-deployment
tags: ["devops", "deployment", "production", "checklist", "release"]
install_count: 2500
rating: 4.30 (20 reviews)
github: https://github.com/anthropics/knowledge-work-plugins
---

# deploy-checklist

> 部署检查清单，确保生产环境发布的完整性和安全性，AI Agent Skill，提升工作效率和自动化能力

**Stats**: 2,500 installs · 4.3/5 (20 reviews)

## Before / After 对比

### 部署流程标准化与效率提升

**Before**:

在引入 `deploy-checklist` 技能之前，团队通常依赖手动维护的部署检查清单，这些清单可能存储在 Wiki、Confluence 或共享文档中。每次部署前，工程师需要手动复制、修改或从多个模板中选择，以适应当前发布的具体情况，例如是否包含数据库迁移或功能开关。这不仅耗时，而且容易因人为疏忽而遗漏关键步骤，尤其是在面对紧急发布或复杂变更时。手动核对 CI/CD 状态、代码审查和PR合并情况也需要工程师在不同工具间切换，效率低下，且难以保证每次部署都遵循一致的高标准。

**After**:

通过 `deploy-checklist` 技能，部署流程实现了显著的自动化和标准化。工程师只需通过简单的对话式指令，AI Agent 就能根据预设或实时提供的部署详情（如“我们使用了功能开关”、“包含数据库迁移”）动态生成一份定制化的检查清单。若连接了源代码管理、CI/CD 和监控系统，技能还能自动拉取代码变更、验证PR状态、检查构建和测试结果，并预填回滚触发阈值。这极大地减少了手动核对的工作量，确保了每次部署前的准备工作既完整又高效，显著降低了因人为疏漏导致生产事故的风险，提升了发布的安全性和一致性。

| Metric | Before | After | Change |
|---|---|---|---|
| 部署准备时间 | 30分钟 | 5分钟 | -83.33% |
| 部署前遗漏关键步骤的发生率 | 15% | 2% | -86.67% |
| 回滚计划明确性 | 60% | 95% | +58.33% |

## Readme

# deploy-checklist

# /deploy-checklist

If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](https://github.com/anthropics/knowledge-work-plugins/blob/HEAD/engineering/skills/deploy-checklist/../../CONNECTORS.md).

Generate a pre-deployment checklist to verify readiness before shipping.

## Usage

```
/deploy-checklist $ARGUMENTS

```

## Output

```
## 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

```

## Customization

Tell me about your deploy and I'll customize the checklist:

- "We use feature flags" → adds flag verification steps

- "This includes a database migration" → adds migration-specific checks

- "This is a breaking API change" → adds consumer notification steps

## If Connectors Available

If **~~source control** is connected:

- Pull the release diff and list of changes

- Verify all PRs are approved and merged

If **~~CI/CD** is connected:

- Check build and test status automatically

- Verify pipeline is green before deploy

If **~~monitoring** is connected:

- Pre-fill rollback trigger thresholds from current baselines

- Set up post-deploy metric watch

## Tips

- **Run before every deploy** — Even routine ones. Checklists prevent "I forgot to..."

- **Customize once, reuse** — Tell me your stack and I'll remember your deploy process.

- **Include rollback criteria** — Decide when to roll back before you deploy, not during.

Weekly Installs295Repository[anthropics/know…-plugins](https://github.com/anthropics/knowledge-work-plugins)GitHub Stars10.5KFirst SeenMar 13, 2026Security Audits[Gen Agent Trust HubPass](/anthropics/knowledge-work-plugins/deploy-checklist/security/agent-trust-hub)[SocketPass](/anthropics/knowledge-work-plugins/deploy-checklist/security/socket)[SnykPass](/anthropics/knowledge-work-plugins/deploy-checklist/security/snyk)Installed oncodex282gemini-cli280opencode279cursor279github-copilot278amp278

---
*Source: https://skills.yangsir.net/skill/daily-deploy-checklist*
*Markdown mirror: https://skills.yangsir.net/api/skill/daily-deploy-checklist/markdown*