Safely creates database migrations
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: database-migration-create
description: Safely creates database migrations
---
## Procedure
1. Analyze the schema change requirement.
2. Write the SQL migration file (UP and DOWN if needed).
3. Review for locking issues or data loss risks.
4. Update ORM definitions/types.
5. Apply migration locally to verify.
No comments yet. Be the first to comment!