Content
72%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 strong, actionable Netlify config reference with dense executable examples and high-value footguns, but it is a monolithic inline doc with no progressive disclosure to bundle files and no structured validation workflow for production-affecting changes. The duplicated house-rules section adds minor redundancy.
Suggestions
Remove or deduplicate the trailing 'Netlify house rules (config)' section — its four items are already covered in the Footguns section, so it adds tokens without new information.
Split the long reference tables (build variables list, read-only build metadata, env-var scopes/limits) into a bundled REFERENCE.md and link to it one level deep, keeping SKILL.md as a lean overview.
Add an explicit validation/checkpoint workflow for production-affecting changes — e.g. after editing netlify.toml redirects or secrets, note how to verify on a deploy preview before promoting (validate → fix → redeploy).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and information-dense with Netlify-specific footguns Claude cannot reliably infer, but the trailing 'Netlify house rules (config)' section (lines 285-302) duplicates four items already in the Footguns section, adding redundancy that could be trimmed. | 4 / 5 |
Actionability | Copy-paste-ready executable examples throughout — concrete `netlify env:set ... --secret` CLI commands, full TOML blocks for redirects/headers/functions, `_redirects` syntax, and a Node.js ignore-build script — covering the common cases. | 5 / 5 |
Workflow Clarity | Processes (env var setup, redirect config, secret marking) are described but not sequenced into a guided workflow with validation checkpoints; for config changes affecting production deploys there is no explicit validate→fix→retry loop, which caps this dimension. | 3 / 5 |
Progressive Disclosure | No bundle files exist and all ~303 lines are inlined in SKILL.md; section headers are clear and navigation is reasonable, but reference-table material (env var lists, build metadata) that could live in separate files is inlined with no one-level-deep pointers. | 3 / 5 |
Total | 15 / 20 Passed |