关于
This skill provides Claude Code with a comprehensive framework for managing backend database migrations across various environments and frameworks like Alembic, Rails, and Sequelize. It enforces critical safety standards such as mandatory reversibility, separation of schema and data changes, idempotent data scripts, and non-blocking index creation to ensure database integrity and minimize deployment risks. By applying these standards, developers can confidently manage database versioning while ensuring backwards compatibility for zero-downtime production deployments.