بنقرة واحدة
migration
Guide schema or data migrations — write up/down steps, guards, backfill, and rollback plan.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guide schema or data migrations — write up/down steps, guards, backfill, and rollback plan.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | migration |
| description | Guide schema or data migrations — write up/down steps, guards, backfill, and rollback plan. |
Use this skill when asked to add or change a database schema, migrate data between formats, or alter a persistent data shape. Migrations are high-risk: prioritize reversibility and zero-downtime over cleverness.
Never run destructive migrations without confirmation. Read the target store's docs; prefer its native migration framework (Alembic, Knex, Prisma migrate, golang-migrate, Flyway, etc.).