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.

Core Process

Installs
36
GitHub Stars
26
First Seen
Jul 15, 2026
review-migration — igmarin/rails-agent-skills