Vitest unit and integration testing patterns, commands, mocking (vi.mock), and coverage. Use when writing .test.ts files, configuring the test runner, or adding coverage thresholds.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that concisely covers specific capabilities (testing patterns, mocking with vi.mock, coverage), uses natural trigger terms users would actually say, and includes an explicit 'Use when' clause with concrete triggers. It is clearly scoped to Vitest, minimizing conflict risk with other testing or coding skills.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'unit and integration testing patterns', 'commands', 'mocking (vi.mock)', 'coverage', 'writing .test.ts files', 'configuring the test runner', 'adding coverage thresholds'. | 3 / 3 |
Completeness | Clearly answers both what ('Vitest unit and integration testing patterns, commands, mocking, and coverage') and when ('Use when writing .test.ts files, configuring the test runner, or adding coverage thresholds') with explicit trigger guidance. | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'Vitest', 'unit', 'integration testing', 'mocking', 'vi.mock', 'coverage', '.test.ts', 'test runner', 'coverage thresholds'. These cover common variations of how users would describe testing needs. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to Vitest specifically, with distinct triggers like 'vi.mock', '.test.ts', and 'Vitest' that distinguish it from other testing frameworks (Jest, Mocha, etc.) or general coding skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent skill file that is concise, highly actionable, and well-structured. It provides complete, executable examples for all major Vitest patterns (unit tests, mocking, timers, configuration) without unnecessary explanation. The workflow section includes proper validation checkpoints and feedback loops for both test failures and coverage gaps.
| 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 executable examples. | 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 included and examples are complete. | 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 (fix → re-run) is explicitly stated for both test failures and coverage gaps. | 3 / 3 |
Progressive Disclosure | The skill provides a clear overview with well-organized sections and a single one-level-deep reference to project-specific configuration (testing-config.md). Content is appropriately structured with headers for quick navigation without being monolithic. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
f5c8508
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.