schema-migration
Installation
SKILL.md
Schema Migration Analysis
Requirements
Agent: any (read-only analysis) Tools used: altimate_core_migration, altimate_core_schema_diff, schema_diff, read, glob, bash (for git operations)
When to Use This Skill
Use when the user wants to:
- Analyze a DDL migration for data loss risks before applying it
- Compare two schema versions to find breaking changes
- Review ALTER TABLE / CREATE TABLE changes in a PR
- Validate that a model refactoring doesn't break the column contract
Do NOT use for:
- Writing new models -> use
dbt-develop - Analyzing downstream impact of SQL logic changes -> use
dbt-analyze - Optimizing queries -> use
query-optimize