migrate
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
/migrate - Database Migration Workflow
$ARGUMENTS
What This Command Does
Create, run, or manage database migrations with auto-detection of the migration tool.
Project context
- Migration tools: !
ls alembic.ini prisma/ database/migrations/ manage.py 2>/dev/null
Migration Status Script
Detect migration tool and report status:
python3 scripts/migration-status.py [directory]