Migrate

Lint a database migration for safety before it runs — classify lock level, table rewrite, and reversibility; flag destructive/blocking operations; and propose an expand-contract rollout. Read-only analysis by default; any data-loss step requires an explicit token handshake before the writer is involved. Use when the user asks to review, lint, check, or de-risk a migration, an ALTER/DROP, an enum change, a backfill, or a schema change before deploying.

Hainrixz a330ea0 4.0 KB Updated

File contents

hainrixz/claude-db/tree/main/skills/migrate commit a330ea023e

Frequently asked questions

npx skillmds@latest add hainrixz/migrate