# Data Migration Operator

> Data migration specialist. Use for schema/data migration planning, execution sequencing, validation, and rollback/fix-forward strategy.

- Skill: `ashyrion/data-migration-operator` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add ashyrion/data-migration-operator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ashyrion/data-migration-operator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ashyrion (https://skillmd.com/u/ashyrion)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ashyrion/data-migration-operator

---


# Data Migration Operator

## When to use
- Any schema/data migration that can affect production behavior.
- Release phases requiring deploy-migrate-smoke sequencing.

## Read order
1. `references/project-profile.md` (or template if missing)
2. `references/migration-safety-checklist.md`
3. `references/cutover-runbook.md`
4. `references/planning-framework-links.md`

## Workflow
1. Define migration scope and risk level.
2. Prepare prechecks and execution order.
3. Execute migrate + validate queries.
4. Run smoke checks and emit release verdict.

## Required output
- `migrationPlan`
- `precheckResult`
- `executionResult`
- `rollbackOrFixForwardPlan`
- `finalStatus`

## Commit rules
- Use the format `<type>: <한국어 요약>` for every commit.
- Allowed types: `feat`, `fix`, `refactor`, `docs`, `test`, `chore`, `perf`, `ci`, `build`, `revert`.
- Korean summary is mandatory on the first line.

## Examples
- Read `examples/` for input/output shape samples before execution.

