Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, highly actionable Jest/Vitest coverage skill with explicit validation feedback loops and a properly used one-level reference file. Its only weakness is mild verbosity from verbatim documentation quotes and a conceptual comparison table that assume less than Claude knows.
Suggestions
Replace the verbatim Jest-doc quotes in the Overview and Step 1 with a one-line paraphrase plus the doc link; Claude can fetch the exact wording if needed.
Condense the Step 1 provider pros/cons table to the single decision-relevant fact per provider (babel = mature ignore comments; v8 = faster but source-map edge cases), or move it into the references file.
Trim the Limitations section to the actionable guidance (e.g. 'switch to `babel` under multi-transform source maps') and drop the conceptual framing of why coverage ≠ correctness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely actionable config rather than concept padding, but verbatim Jest-doc quotes (e.g. "Indicates which provider should be used to instrument code for coverage") and a conceptual provider pros/cons table are content Claude largely knows and could be tightened, fitting the 'mostly efficient but could be tightened' anchor rather than the lean 3. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready blocks: Jest/Vitest config objects, a Node JSON parser, and a CI YAML with `npx jest --coverage` and `codecov/codecov-action@v4`, matching the executable-code anchor. | 3 / 3 |
Workflow Clarity | Steps 1–7 are clearly sequenced and Step 3 includes an explicit validation checkpoint with a feedback loop ("Verify the gate fires... If it exits 0, check that `collectCoverageFrom`... then re-run"), satisfying the clear-sequence-with-validation anchor. | 3 / 3 |
Progressive Disclosure | The SKILL.md is an overview that offloads the full parser and anti-pattern catalog to a real one-level-deep reference ([references/parsing-and-anti-patterns.md](references/parsing-and-anti-patterns.md)), with clearly signaled, well-organized navigation rather than nested or monolithic content. | 3 / 3 |
Total | 11 / 12 Passed |