Deploy Checklist

Run through the pre-deploy checklist covering tests, migrations, feature flags, and rollback plans. Use before any production deployment.

rtwsvj acbae79 367 B Updated

File contents

Deploy Checklist

Before deploying:

  1. All tests green in CI.
  2. Database migrations are reversible.
  3. Feature flags default to off.
  4. Rollback command documented in the runbook.

rtwsvj/skill-switch/tree/main/tests/fixtures/home-basic/.agents/skills/deploy-checklist commit acbae79bc5

Frequently asked questions

npx skillmds@latest add rtwsvj/deploy-checklist