Creates and manages database migrations, including generating migration files, writing up/down migration logic, running schema changes, resolving migration conflicts, and testing rollbacks. Use when asked to add a column, rename a table, ALTER TABLE, create a migration file, run db migrate, handle schema changes, or work with migration tools like Alembic, Knex, Rails ActiveRecord, Flyway, or Liquibase.
72
90%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
{
"name": "vishnu/database-migration-helper",
"version": "0.1.0",
"summary": "Creates and manages database migrations, including generating migration files, writing up/down migration logic, running schema changes, resolving migration conflicts, and testing rollbacks. Use when asked to add a column, rename a table, ALTER TABLE, create a migration file, run db migrate, handle schema changes, or work with migration tools like Alembic, Knex, Rails ActiveRecord, Flyway, or Liquibase.",
"skills": {
"database-migration-helper": {
"path": "SKILL.md"
}
},
"private": false
}