Content
93%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.
The body is a tight, highly actionable lookup workflow with concrete commands, a clear sequence, and a clean section structure that earns top conciseness, actionability, and progressive-disclosure marks. The only gap is the absence of an explicit verification step confirming the docs version matches the installed package.
Suggestions
Add a verification checkpoint in the How sequence (e.g. after locating docs, confirm the doc version matches the installed @agent-native/core version before relying on it) to raise workflow_clarity to 5.
Make the step-6 fallback branch explicit as an 'if/else' rather than a bare step so the conditional flow is unmistakable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient — every line is a concrete command or a terse directive with no explanations of concepts Claude already knows, matching 'lean and efficient; assumes Claude's competence'; the slight Rule/How overlap is not enough to drop to 4. | 5 / 5 |
Actionability | Fully executable, copy-pasteable commands throughout (pnpm action framework-search/docs-search/source-search with real flags, plus an rg fallback against a real node_modules path), covering search, specific-page read, source examples, and the fallback case, matching the 5 anchor. | 5 / 5 |
Workflow Clarity | A clear numbered 1-7 sequence with an explicit fallback branch (step 6) and extension (step 7); not 5 because there is no verification checkpoint confirming the located doc matches the installed @agent-native/core version — the exact failure this skill guards against. The destructive/batch validation cap does not apply since this is a read-only lookup skill, so it stays at 4 rather than being capped at 3. | 4 / 5 |
Progressive Disclosure | Under 50 lines with no bundle files and no external references, organized into clear sections (Rule, How, Useful Slugs table, Don't); per the rubric's simple-skill exception, this is a 5 for a well-organized sub-50-line skill needing no external file references. | 5 / 5 |
Total | 19 / 20 Passed |