원클릭으로
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.).