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.
80
71%
Does it follow best practices?
Impact
92%
1.08xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./tests/ext_conformance/artifacts/agents-wshobson/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 its broad scope ('across ORMs and platforms') and some general terms like 'data transformations' could create overlap with adjacent skills. Overall it follows best practices and would perform well in 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). | 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
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill provides comprehensive, executable code examples across multiple ORMs and migration scenarios, which is its primary strength. However, it is significantly over-verbose — much of the content repeats patterns Claude already knows (basic table creation across ORMs) and could be condensed or moved to referenced files. The workflow clarity suffers from missing explicit validation steps before destructive operations in several sections.
Suggestions
Drastically reduce the main body by moving ORM-specific examples into the referenced files (references/orm-switching.md, etc.) and keeping only one representative example inline with pointers to others.
Remove the 'When to Use This Skill' list, 'Best Practices' bullet points, and 'Common Pitfalls' — these are general knowledge Claude already possesses.
Add explicit validation/verification steps before destructive operations (column drops, table drops) in the schema transformation and data transformation sections, e.g., 'Verify row counts match before dropping old column'.
Consolidate the three ORM 'create users table' examples into a brief comparison table or single example, since the pattern is nearly identical across all three.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is extremely verbose at ~350+ lines, with extensive boilerplate code examples that repeat similar patterns (create table in Sequelize, TypeORM, Prisma). Much of this is standard ORM documentation that Claude already knows. The 'When to Use This Skill' section, 'Best Practices' bullet list, and 'Common Pitfalls' are largely things Claude can infer. The three separate ORM examples for creating a users table add little unique value. | 1 / 3 |
Actionability | The code examples are fully executable and copy-paste ready with specific commands for running and rolling back migrations. Each example includes concrete file paths, complete function signatures, and CLI commands (e.g., 'npx sequelize-cli db:migrate', 'npx prisma migrate deploy'). | 3 / 3 |
Workflow Clarity | The zero-downtime section shows a clear multi-phase sequence (Phases 1-5) and the checkpoint-based rollback includes verification steps. However, most migration workflows lack explicit validation checkpoints — for example, the schema transformation and data transformation sections don't include verification that the migration succeeded before proceeding to destructive steps like dropping columns. For destructive batch operations, this caps the score at 2. | 2 / 3 |
Progressive Disclosure | The Resources section references external files (references/orm-switching.md, scripts/test-migration.sh, etc.) which is good, but the main body contains far too much inline content that should be split into those referenced files. The ORM-specific examples and cross-database migration details would be better as separate referenced documents, keeping the SKILL.md as a concise overview. | 2 / 3 |
Total | 8 / 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.
47823e3
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.