Content
78%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable, executable content with strong sequencing and a pre-flight checklist, but it is a long monolithic file with no progressive disclosure to bundle references. Splitting per-tool details into reference files would lift the structure score.
Suggestions
Move per-ORM workflow and schema examples (Prisma, Drizzle, Kysely, Django, golang-migrate) into separate reference files under references/, keeping SKILL.md as an overview with one-level-deep links.
Add an explicit post-migration validation/rollback feedback loop (apply -> verify on copy of prod -> rollback plan if check fails) to satisfy the destructive/batch-operation feedback-loop expectation.
Trim explanatory asides such as the inline rationale comments to tighten token efficiency toward the lean anchor.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and code-driven with little padding, but the per-ORM walkthroughs and a few explanatory asides could be trimmed slightly to reach the lean anchor. | 4 / 5 |
Actionability | Copy-paste-ready SQL, CLI commands, and ORM code are provided throughout, covering the common cases (add column, concurrent index, backfill, expand-contract) concretely. | 5 / 5 |
Workflow Clarity | The Migration Safety Checklist, phased expand-contract strategy, and day-by-day timeline give clear sequencing with checkpoints; however an explicit validate-then-rollback feedback loop for failed migrations is only implicit. | 4 / 5 |
Progressive Disclosure | No bundle files exist and no references are signaled; the single file inlines full per-ORM sections that could be split out, though section structure itself is clear. | 3 / 5 |
Total | 16 / 20 Passed |