loading
loading
Generate and validate database migrations from natural-language change requests.
Turns a plain-English schema change into a reviewed migration with rollback steps — and flags the breaking changes before you apply them, not after.
Listed for review
No verified public repo for this skill yet, so this page does not give you an install command. Skills with a verified source install in one command — or fully manual: copy the skill folder into .claude/skills/ and your agent picks it up.
Boostor Quality Score
84/100 · B
Schema Migration Assistant reads your existing Prisma or Drizzle schema, accepts a plain-English change description, and produces a reviewed migration file with rollback steps. It checks for breaking changes that would affect existing queries and flags them before you apply. Integrates with Railway and Supabase preview branches for safe testing.
Keep frontend and backend in sync by enforcing OpenAPI contracts in CI.
Catches the frontend/backend drift that bites in production — it diffs the OpenAPI contract on every PR so a breaking route fails CI, not your users.
Transparent + deterministic: every point above is computed from this skill's real fields plus a prompt-injection safety scan. No black box, no pay-to-rank.
Review a database migration for data-loss, lock risk, and missing rollback before you apply it.
Reads a migration the way production will: full tables, real locks, and a rollback you actually have — catches data-loss before you apply.