Verify that SQLAlchemy model changes have corresponding Alembic migration files. Trigger when any file under models/*.py or models/**/*.py is modified — checks git diff for model changes and confirms matching alembic/versions/*.py files exist, failing if a service has model changes without a migration.
$npx -y skills add tgoai/tgo --skill db-migration-checkInstalls into the current project.
Run `npx skills use "https://github.com/tgoai/tgo" --skill "tgoai/tgo/db-migration-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tgoai/tgo" that are relevant to the current task. Run `npx skills add "https://github.com/tgoai/tgo"` and select the relevant skills, then follow their instructions.