一键导入
deploy-checklist
Generate deployment checklists with pre-flight checks, rollout strategy, and verification steps. Analysis only - does not execute deployments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate deployment checklists with pre-flight checks, rollout strategy, and verification steps. Analysis only - does not execute deployments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Consult the whizz-mind knowledge base for documentation and answers. Use when the user asks questions that might be answered by stored documentation or when explicitly asked to check whizz-mind.
Run accessibility and visual design review
Interact with Figma design files via the web browser using the Figma Plugin API. Can create shapes, modify properties, extract information from design files.
Research-driven content writing with citations, iterative outlines, and real-time feedback. Transforms writing from solo effort to collaborative partnership.
Full implementation mode - end-to-end feature implementation with phased execution, parallel work streams, verification gates, and atomic commits per phase
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
| name | deploy-checklist |
| description | Generate deployment checklists with pre-flight checks, rollout strategy, and verification steps. Analysis only - does not execute deployments. |
| license | MIT |
| compatibility | ["runtime:any"] |
| allowed-tools | ["Read","Glob","Grep","Bash(git:log)","Bash(git:diff)","Bash(git:show)"] |
| metadata | {"author":"thoreinstein","version":"1.0.0"} |
Generate comprehensive deployment checklists for safe, documented releases.
Provide the following:
Target
Scope
Strategy Preference (optional)
Review what's being deployed:
Evaluate deployment risk:
Create verification items for:
Based on risk assessment, recommend:
Define what to check after deployment:
For every deployment, include:
Produce a deployment checklist following the template in references/deploy-checklist-template.md.
The checklist should include:
| Area | What to Check |
|---|---|
| Code | Changes, migrations, config, dependencies, flags |
| Infrastructure | Manifests, resources, scaling, env config |
| History | Previous deployments, known issues, incidents |
Input:
user-apiproductionv2.3.0Output Summary:
Deployment: user-api v2.3.0 → production
Risk Assessment: MEDIUM
- Database migration (additive, backward compatible)
- New authentication flow (feature flagged)
Strategy: Canary (10% → 50% → 100%)
Pre-flight:
✓ All tests passing
✓ Migration tested in staging
✓ Feature flag configured (disabled by default)
✓ Dashboards bookmarked
✓ On-call notified
Rollback Triggers:
- Error rate > 1%
- P99 latency > 500ms
- Migration failure
Rollback Command:
kubectl rollout undo deployment/user-api -n production
Begin by analyzing the changes included in this deployment before generating the checklist.