Content
86%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.
A thorough, well-structured technical reference with executable examples and good progressive disclosure into real reference files. The main weakness is redundancy between the body and the appended house-rules section.
Suggestions
Deduplicate the appended 'Netlify house rules' section against the body—the PII/preview-link warning, drizzle @beta pin, and never-drizzle-kit-push rule each already appear above, so keep them in one authoritative place.
Expand the three migration-cutover phases (provision/rehearse/cut over) with the key sequenced steps inline rather than only deferring to references/migration-from-extension.md.
Tighten the 'Runtime gotchas' and 'Constraints' sections by merging overlapping plan-tier/permission notes to reduce repeated phrasing.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence, but the appended 'Netlify house rules' section reiterates body content (PII/preview warning, drizzle @beta pin, never-drizzle-kit-push appear twice), which is trimmable redundancy. Not a 5 because of that duplication; not a 3 because the bulk is efficient. | 4 / 5 |
Actionability | Copy-paste-ready code, CLI commands, and config examples cover the common cases end to end—getDatabase querying, transactions, Drizzle setup, migrations, local dev, testing, and the REST API. | 5 / 5 |
Workflow Clarity | Setup, local dev, and the three-phase migration cutover are sequenced, and destructive ops (branch delete, snapshot restore, reset) require explicit confirmation with drift-error feedback loops. Not a 5 because the cutover phases stay high-level and defer specifics to references. | 4 / 5 |
Progressive Disclosure | A clear overview points to well-signaled one-level-deep references (migrations.md, local-dev.md, cli-commands.md, migration-from-extension.md, legacy-extension.md, operational-footguns.md), all of which are real bundle files; bulk detail is appropriately split out. | 5 / 5 |
Total | 18 / 20 Passed |