deploy-checklist

Deployment Checklist and Configuration

Content Preview
---
model: claude-sonnet-4-0
---

# Deployment Checklist and Configuration

Generate deployment configuration and checklist for: $ARGUMENTS

Create comprehensive deployment artifacts:

1. **Pre-Deployment Checklist**:
   - [ ] All tests passing
   - [ ] Security scan completed
   - [ ] Performance benchmarks met
   - [ ] Documentation updated
   - [ ] Database migrations tested
   - [ ] Rollback plan documented
   - [ ] Monitoring alerts configured
   - [ ] Load testing completed

2. **Infrastru
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/deploy-checklist.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/deploy-checklist.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/deploy-checklist.md

Related Skills