review-migration
Installation
SKILL.md
Review Migration
Apply the execution contract before this procedure.
Use this skill when schema changes must be safe in real environments.
HARD-GATE
DO NOT combine schema change and data backfill in one migration.
DO NOT add NOT NULL on a column that hasn't been fully backfilled.
DO NOT drop columns before all code references are removed.