db-migration
Installation
SKILL.md
Database Migration Workflow
Workflow for database schema and migration changes.
Prerequisites
- Use
git-workflowSkill for branch, commit, and PR workflow. - Refer to
.claude/rules/hcl.mdfor HCL schema rules (SSOT). - Refer to
.claude/rules/sql.mdfor SQL query rules (SSOT).
Applicable Files
| Path | Description |
|---|---|
tools/atlas/schemas/{db_dialect}/*.hcl |
HCL schema definitions (source of truth) |
tools/sqlc/queries/{db_dialect}/*.sql |
SQLC query definitions |