소개
This skill equips Claude with specialized knowledge to handle complex database migrations across various frameworks like Alembic, Rails, and Sequelize. It enforces strict standards for reversible changes, ensures zero-downtime strategies such as concurrent indexing and multi-step column removal, and maintains a clear distinction between schema modifications and data transformations. By adhering to these standards, the skill prevents common pitfalls like table locking, broken rollbacks, and non-idempotent data scripts in production environments, making it an essential tool for backend engineers and DevOps specialists.