Safe Deploy

Safe deploy + DB migration checklist for songsue (Next.js; Vercel + Supabase). Use before deploying any change that touches the database schema, or before deploying code that reads a new or changed column. Enforces feature branch (never main), idempotent and non-destructive migrations, and migrating prod before deploying code that reads it.

daydeda b0d2e6d 7.8 KB Updated

File contents

daydeda/songsue/tree/main/.claude/skills/safe-deploy commit b0d2e6d504

Frequently asked questions

npx skillmds@latest add daydeda/safe-deploy