원클릭으로
db-migrate
Create a database migration. Use when changing schema, adding tables, or modifying columns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a database migration. Use when changing schema, adding tables, or modifying columns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | db-migrate |
| description | Create a database migration. Use when changing schema, adding tables, or modifying columns. |
| disable-model-invocation | true |
Create a new reversible database migration.
backend/migrations/backend/migrations/TIMESTAMP_description.tsup() and down() functionsnpm run migrate:down then npm run migrate:upSee conventions.md for naming and patterns.
Arguments: $ARGUMENTS — description of what the migration does
Audit a React component for WCAG 2.1 AA compliance.
Add structured logging to a module. Use when adding observability to new code.
Add RED metrics (Rate, Errors, Duration) to a service or endpoint.
Add OpenTelemetry distributed tracing to a service.
Create an Architecture Decision Record. Use when making significant architectural decisions or when asked to document a tech choice.
Create or update a Grafana alert rule for a metric.