Validate SQL migration safety, check ORM-to-migration schema alignment, review new migration SQL files, or detect schema drift between the database and application Zod/DTO types. Do not use for deployment config validation (use deployment), identity-provider database issues (use the auth-domain skill), or IaC drift detection (use infrastructure-as-code).
$npx -y skills add atretyak1985/swarmery --skill migration-checkInstalls into the current project.
Run `npx skills use "https://github.com/atretyak1985/swarmery" --skill "atretyak1985/swarmery/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/atretyak1985/swarmery" that are relevant to the current task. Run `npx skills add "https://github.com/atretyak1985/swarmery"` and select the relevant skills, then follow their instructions.