Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a dense, actionable netlify.toml reference with executable examples and well-signaled offloading to sibling skills. Its only weakness is mild verbosity in the prose caveats around precedence and scoping.
Suggestions
Tighten the long prose caveats (netlify.toml-vs-UI precedence, redirects/headers being global, build-vs-runtime env scoping) into shorter bullets so the code blocks dominate the token budget.
Consider moving the env-variable runtime-scoping detail and CLI context-scoping nuance into the referenced netlify-functions/frameworks skills, keeping only a one-line pointer here.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with copy-paste TOML/bash blocks, but several long caveat sentences (netlify.toml-vs-UI precedence, redirects/headers being global, build-vs-runtime env scoping) could be tightened; matches 'mostly efficient but could be tightened'. | 2 / 3 |
Actionability | Fully executable TOML and bash snippets with inline comments and concrete values (redirects with splats, env:set --context, [dev] block); copy-paste ready per the anchor. | 3 / 3 |
Workflow Clarity | This is a config reference, not a multi-step destructive workflow; each single action is unambiguous and rules (e.g. 'first matching rule wins') are stated, satisfying the simple-skill allowance. | 3 / 3 |
Progressive Disclosure | Cleanly sectioned (Build, Redirects, Headers, Deploy Contexts, Env, Functions, Edge, Dev, Plugins, Image CDN) and offloads tangential detail to clearly signaled one-level sibling skills (netlify-deploy, netlify-frameworks, netlify-functions, netlify-image-cdn). | 3 / 3 |
Total | 11 / 12 Passed |