Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.
79
67%
Does it follow best practices?
Impact
99%
1.08xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/framework-migration/skills/database-migration/SKILL.mdQuality
Discovery
92%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong description that clearly articulates specific capabilities and includes an explicit 'Use when' clause with relevant trigger terms. The main weakness is that the broad scope ('across ORMs and platforms') and some general terms like 'data transformations' could create overlap with other database or ETL-related skills. Overall, it follows the pattern of the good examples closely and would serve well for skill selection.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'Execute database migrations', 'zero-downtime strategies', 'data transformation', and 'rollback procedures'. Also mentions 'across ORMs and platforms' which adds specificity about scope. | 3 / 3 |
Completeness | Clearly answers both 'what' (execute database migrations with zero-downtime strategies, data transformation, rollback procedures across ORMs) and 'when' (explicit 'Use when' clause covering migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies). | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'database migrations', 'schemas', 'data transformations', 'zero-downtime', 'rollback', 'ORMs', 'deployment strategies'. These cover common variations of how users would describe migration-related tasks. | 3 / 3 |
Distinctiveness Conflict Risk | While 'database migrations' and 'zero-downtime' are fairly distinct, terms like 'data transformations' and 'changing schemas' could overlap with general database management or ETL-focused skills. The scope is broad ('across ORMs and platforms') which increases potential conflict with ORM-specific or platform-specific skills. | 2 / 3 |
Total | 11 / 12 Passed |
Implementation
42%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is a comprehensive but bloated reference document that tries to cover too many topics (three ORMs, schema changes, data transforms, rollback strategies, zero-downtime, cross-database) all inline. While the code examples are executable and concrete, the sheer volume of content that Claude largely already knows (basic ORM migration syntax) wastes token budget. The skill would be far more effective as a concise overview with key patterns and references to detailed sub-files.
Suggestions
Drastically reduce the ORM-specific examples—Claude already knows Sequelize/TypeORM/Prisma migration syntax. Focus only on non-obvious patterns like zero-downtime strategies and rollback procedures.
Split content into separate files (e.g., ROLLBACK.md, ZERO-DOWNTIME.md, SCHEMA-TRANSFORMS.md) and keep SKILL.md as a concise overview with navigation links.
Add explicit validation checkpoints to multi-step workflows—e.g., after copying data in a column rename, verify row counts and data integrity before proceeding to drop the old column.
Remove the 'When to Use This Skill' bullet list—it adds no actionable information and wastes tokens on obvious use cases.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at ~300+ lines. The 'When to Use This Skill' list is unnecessary padding. Multiple ORM examples (Sequelize, TypeORM, Prisma) all showing the same basic 'create users table' pattern is redundant—Claude knows how to write migrations for these ORMs. The cross-database section explains obvious dialect differences. Much of this is reference documentation Claude already has access to. | 1 / 3 |
Actionability | All code examples are fully executable with concrete commands (npx sequelize-cli db:migrate, npm run typeorm migration:run, etc.). Migration files include complete up/down methods with real SQL queries and proper error handling patterns. | 3 / 3 |
Workflow Clarity | The zero-downtime section outlines a clear 5-phase blue-green deployment strategy, and the checkpoint-based rollback includes verification. However, most multi-step processes (like the column rename) lack explicit validation checkpoints between steps—Step 2 is just 'Update application to use new column' with no verification that data was copied correctly. The data transformation section processes records one-by-one with no batch validation or progress checking. | 2 / 3 |
Progressive Disclosure | Monolithic wall of text with no references to external files. All content—basic ORM examples, schema transformations, data migrations, rollback strategies, zero-downtime patterns, and cross-database concerns—is inlined in a single massive file. This would benefit enormously from splitting into separate reference files per topic. | 1 / 3 |
Total | 7 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
34632bc
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.