Database Schema Migration Safety Audit
Analyzes SQL migration files for data loss risks, constraint violations, and rollback feasibility before deployment.
The Prompt
Already a member? Sign in.
Related prompts
Extract Database Migration Risk Zones From Schema
Identify schema changes, data loss points, and production safety issues in migration files.
Cursor: Build a Migration Plan Before Touching Schema
Forces Cursor to produce a reversible, staged database migration plan with rollback and dual-write checkpoints before any code change.
Convert a Database Schema Into a Data Integrity Risk Report
Reads a raw database schema and surfaces every structural decision that will cause data corruption, orphans, or silent failures at scale.
CLAUDE.md: Require a Rollback Path Before Any Schema Change
Stops Claude from generating database migrations without a tested, explicit rollback strategy attached.
