database-change
Installation
SKILL.md
Database change
Use this skill for database or persistence work. Treat production data as high-risk.
Workflow
- Inspect current schema, migrations, models, queries, and database commands.
- Prefer additive, backwards-compatible changes.
- Consider existing production data and rollback path.
- Keep migrations small and explicit.
- Add persistence tests when behavior changes.
- Document manual deploy or migration steps.