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.
A tight, highly actionable reference skill with excellent progressive disclosure and almost no padding. The main improvement would be adding an explicit numbered test-writing workflow with a verify step.
Suggestions
Add a short numbered 'Writing a test' workflow (detect version -> render -> query -> assert -> run test) with an explicit verify/run checkpoint to lift workflow clarity.
Make the version-detection step show the exact package.json lookup command so the entry point is fully copy-pasteable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and table-driven with no padding; it avoids explaining what React Native or testing libraries are, and the one prose note (training-data may be outdated) earns its place for a version-sensitive API. | 5 / 5 |
Actionability | Fully executable, copy-paste-ready examples (userEvent.setup, fireEvent, render with wrapper, waitFor) plus concrete matcher and query tables cover the common cases directly. | 5 / 5 |
Workflow Clarity | Version Detection gives a clear decision branch (check package.json then load v13/v14 reference) and the Rules act as a checklist, but there is no end-to-end numbered 'write a test' sequence with an explicit run-and-verify checkpoint. | 4 / 5 |
Progressive Disclosure | SKILL.md is an overview with well-signaled one-level-deep references (api-reference-v13.md, api-reference-v14.md, anti-patterns.md), all real files listed in a References section with descriptions; bulk detail is appropriately split out. | 5 / 5 |
Total | 19 / 20 Passed |