关于
The Backend Migration Standards skill provides Claude Code with a rigorous framework for managing database schema evolution safely and efficiently. It emphasizes mandatory reversibility, the strict separation of schema and data changes, and proven strategies for achieving zero-downtime deployments. By applying this skill, developers ensure that all database modifications—from adding columns and creating indexes to complex data transformations—adhere to industry-standard patterns that minimize production risks and prevent table locking across frameworks like SQLAlchemy, Rails, and Sequelize.