with one click
prisma-migration-checklist
Prisma 마이그레이션 파일이 포함된 커밋 완료 후 배포 체크리스트를 자동으로 출력한다
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Prisma 마이그레이션 파일이 포함된 커밋 완료 후 배포 체크리스트를 자동으로 출력한다
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
코드베이스 전반을 감사해 기술 부채·아키텍처 비직관성·품질 게이트 이슈·코드 퀄리티 이슈·버그를 파악하고, 결과를 docs/findings/ 에 FCG 규약대로 문서화한 뒤 commit & push까지 완수한다. 주기 실행을 전제로 기존 findings와 중복되지 않게 증분 감사한다. 트리거 — "부채 파악", "findings 작성", "코드베이스 감사", "감사 돌려줘", "/findings-audit" 및 유사 의도.
A portable orchestrator that completes a high-level task through 5 stages — clarify → context-gather → plan → implement → verify. Each stage hands off via file artifacts, and a stage is skipped when its artifact already exists. The plan is decomposed into a task graph (DAG); independent nodes run in parallel, dependent nodes run in order.
| name | prisma-migration-checklist |
| description | Prisma 마이그레이션 파일이 포함된 커밋 완료 후 배포 체크리스트를 자동으로 출력한다 |
| triggers | ["prisma migrate","migration.sql","schema.prisma 변경","마이그레이션"] |
마이그레이션 파일이 커밋에 포함된 경우, 구현 완료 메시지 말미에 반드시 아래 체크리스트를 포함하라:
prisma migrate deploy 실행 (배포 환경에서 별도 수행 필요)prisma migrate resolve --rolled-back <migration_name>기존 데이터에 영향을 주는 변경(컬럼 추가, 타입 변경, 삭제)이 있을 경우, 운영 중인 사용자에게 미치는 즉각적인 영향도 한 줄로 명시하라.