Content
18%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a hollow stub that provides no actionable content. It lists broad use cases and generic instructions ('Apply relevant best practices') without any concrete code, commands, examples, or specific testing patterns. It defers all substance to a referenced file that doesn't exist in the bundle, leaving Claude with nothing executable to work with.
Suggestions
Add concrete, executable code examples for at least the most common testing patterns (e.g., a Jest unit test, a mock setup, a React component test) directly in the SKILL.md.
Replace the generic instruction bullets ('Apply relevant best practices and validate outcomes') with specific, sequenced steps for common testing workflows, including validation checkpoints.
Either provide the referenced `resources/implementation-playbook.md` bundle file or inline the essential content so the skill is self-contained.
Remove the 'Do not use this skill when' section as it adds no value, and trim the 'Use this skill when' list to focus on the most important scenarios.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 'Use this skill when' and 'Do not use this skill when' sections are somewhat padded and generic. The instructions section contains vague platitudes ('Clarify goals, constraints, and required inputs', 'Apply relevant best practices') that don't add value. However, it's not excessively verbose overall. | 3 / 5 |
Actionability | The skill provides zero concrete code, commands, or specific examples. Every instruction is abstract and vague ('Apply relevant best practices and validate outcomes', 'Provide actionable steps and verification'). It defers entirely to a referenced file that doesn't exist in the bundle, leaving Claude with no executable guidance. | 1 / 5 |
Workflow Clarity | There is no meaningful workflow defined. The four bullet points in Instructions are generic platitudes with no sequencing, no specific steps, and no validation checkpoints. There is no guidance on how to actually set up tests, write them, or verify results. | 1 / 5 |
Progressive Disclosure | The skill references `resources/implementation-playbook.md` for detailed patterns, which is a reasonable disclosure strategy in principle. However, no bundle files are provided, meaning the reference leads nowhere. The SKILL.md itself contains almost no substantive content, making it an empty shell rather than a useful overview. | 2 / 5 |
Total | 7 / 20 Passed |