create-migration
스타0
포크0
업데이트2026년 3월 8일 22:52
Create and validate a Prisma migration with schema checks
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Create and validate a Prisma migration with schema checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-migration |
| description | Create and validate a Prisma migration with schema checks |
| disable-model-invocation | true |
Scaffold and validate a Prisma schema migration for the mediarr SQLite database.
server/prisma/schema.prisma with the requested changesnpx prisma migrate dev --name <descriptive_name> from the project rootserver/prisma/migrations/ to verify correctnessnpx prisma generate to update the Prisma client typesCI=true vitest run <relevant_test_files>add_watchlist_table, rename_status_column)prisma migrate reset without explicit user approval — it drops all data