# SQL Safety Review

Use this skill when reviewing SQL scripts or schema migrations.

## Workflow

1. Identify destructive changes, full-table locks and long-running statements.
2. Check indexes, constraints, data backfill strategy and rollback plan.
3. Verify compatibility with current application code.
4. Produce preflight checks and post-deploy verification steps.
