Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a high-quality skill that provides comprehensive, actionable Vitest testing guidance with executable code examples covering all major patterns (unit tests, mocking, timers, configuration). The workflow section includes proper validation and feedback loops. The only minor weakness is that the content is somewhat lengthy for a single file, though the clear section headers and single external reference partially mitigate this.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It jumps straight into commands, code examples, and configuration without explaining what Vitest is or how testing works conceptually. Every section earns its place with concrete, non-redundant information. | 3 / 3 |
Actionability | All code examples are fully executable and copy-paste ready — from CLI commands to test structure, mocking patterns, timer mocking, and configuration. Specific imports are shown, and examples cover real-world patterns (spies, module mocks, fake timers). | 3 / 3 |
Workflow Clarity | The workflow section provides a clear 6-step sequence with explicit validation checkpoints: run tests, fix failures, use verbose reporter to inspect, re-run coverage until thresholds pass. The feedback loop (step 4 and step 5's 're-run until thresholds pass') is well-defined for a non-destructive testing workflow. | 3 / 3 |
Progressive Disclosure | There is a reference to a project-specific config file (testing-config.md) at the top, which is good. However, the skill is fairly long (~150 lines) with full configuration and multiple mocking patterns inline that could potentially be split into referenced files. The structure is well-organized with clear headers, but it's borderline monolithic for a single file. | 2 / 3 |
Total | 11 / 12 Passed |