--- name: db-migrate description: >- Database migrations and schema management. TODO: Implement for backend. Invoked by: "migrate", "db migrate", "database migration", "schema change". --- # DB Migrate **Status**: Stub - Not Implemented **Domain**: Backend ## Overview This is a placeholder skill for backend repositories. It will guide database migration workflows including schema changes, data migrations, and rollback procedures. ## TODO - [ ] Define workflow for migration creation - [ ] Define workflow for migration execution - [ ] Define workflow for rollback procedures - [ ] Add templates for migration files - [ ] Add supporting files for common migration patterns - [ ] Document zero-downtime migration strategies --- **End of Skill**