skills/deploy-checklist/SKILL.md
Generate deployment checklists with pre-flight checks, rollout strategy, and verification steps. Analysis only - does not execute deployments.
npx skillsauth add thoreinstein/agents deploy-checklistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
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.
development
Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website".
testing
Ultra-deep multi-perspective analysis for complex architectural and strategic decisions requiring systematic reasoning across technical, business, user, and system perspectives
data-ai
Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".