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.
A well-organized retrieval skill with concrete executable commands, clear version branching, and clean progressive disclosure to two real reference files. The main weakness is mild redundancy in the provider-specific section and placeholder-only examples.
Suggestions
Collapse the 'Provider-Specific Information' section's grep/glob instructions into a brief pointer to the same pattern applied to node_modules/@ai-sdk/<provider>/, reducing repetition.
Add one short worked example (e.g., a real grep query and the kind of file it returns) so the commands are fully copy-paste-ready rather than placeholder-only.
Trim the trailing sentence 'Use these resources for current API details, examples, and usage patterns.' since it restates the section's purpose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean with no over-explanation of what the AI SDK is, but the 'Provider-Specific Information' section repeats the same grep/glob pattern already shown, and 'Use these resources for current API details, examples, and usage patterns' is mildly redundant — minor trimming possible. | 4 / 5 |
Actionability | Provides concrete, executable commands (grep, glob patterns, fetchable .md URLs) with clear branching, but uses 'your query' placeholders throughout and shows no worked example or sample output, leaving minor gaps versus copy-paste-ready completeness. | 4 / 5 |
Workflow Clarity | Clear version-conditional branching (ai@6+ bundled docs vs. online search) with numbered steps and a fallback ('When in doubt, update'), but there are no validation checkpoints — acceptable since this is a retrieval, not destructive, operation. | 4 / 5 |
Progressive Disclosure | SKILL.md acts as a concise overview with two well-signaled, one-level-deep references to real files (references/common-errors.md and references/ai-gateway.md) that hold the detailed error and gateway content, with easy navigation. | 5 / 5 |
Total | 17 / 20 Passed |