loading
loading
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.
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
DB Migration Safety Review reads your migration files, schema, affected queries, and database engine, then returns a risk report: destructive operations that could drop data, statements that lock tables and block a deploy, missing backfill steps, and the absence of a rollback plan. It assumes production tables are full, not empty, and reviews behavior rather than just syntax — so an AI-generated migration gets caught before it takes the database down.
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.
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.