Content
68%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 tight, actionable reference with executable Drizzle/H3 code and concrete avoid-lists. Weakest on workflow clarity because it is a pattern catalog rather than a sequenced process with validation checkpoints.
Suggestions
Add a short worked example of a complete H3 route handler (defineEventHandler + readBody + Drizzle query) so the API list becomes a copy-paste-ready pattern.
Collapse the duplicated raw-SQL guidance into one place to remove the minor redundancy between the 'Never' prose and the 'Raw SQL helpers' subsection.
If any multi-step process is intended (e.g., adding a migration then updating the schema), sequence it with an explicit validate/run checkpoint to lift workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes competence: a compact Drizzle schema, a query example, a tight export table, and rules stated once. A few minor redundancies (raw-SQL guidance restated across the 'Never' and 'Raw SQL helpers' subsections) keep it just below the 'every token earns its place' anchor of 5. | 4 / 5 |
Actionability | Provides copy-paste-ready Drizzle schema and query-builder code plus specific named APIs ('defineEventHandler', 'readBody', 'getMethod', 'setResponseHeader') and concrete filenames to avoid ('netlify.toml', 'wrangler.toml', 'vercel.json'). Minor gaps (no example H3 handler body, no migration snippet) hold it at 4 rather than 5. | 4 / 5 |
Workflow Clarity | This is a rules-and-patterns reference, not a sequenced workflow; sections (Rule, Database, Hosting Agnostic) imply an ordering but there are no explicit checkpoints or validation steps, so it sits at the midpoint anchor rather than above. | 3 / 5 |
Progressive Disclosure | Well-organized into clear sections with a 'Related Skills' list that links one level deep to sibling skills and no nested references; no bundle files exist, and the ~100-line body is appropriately self-contained, fitting the 'good structure; minor organization gaps' anchor. | 4 / 5 |
Total | 15 / 20 Passed |