---
name: load-this-skill-whenever
description: Runs the repository's database migrations safely. Load this skill whenever a change touches a file under migrations/ or alters a SQLAlchemy model.
---

# Migrations

Generate the migration with the project's alembic wrapper, review the autogenerated diff, and run it against a scratch database before committing.
