Use when writing unit/integration tests for Vite projects - configure vitest.config.ts, write test suites with describe/it, create mock implementations with vi.fn and vi.mock, set up code coverage thresholds, and run tests in parallel
95
100%
Does it follow best practices?
Impact
78%
1.50xAverage score across 3 eval scenarios
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 clearly identifies its niche (Vitest testing for Vite projects), lists specific concrete actions, and opens with an explicit 'Use when' trigger clause. The inclusion of specific API names (vi.fn, vi.mock, vitest.config.ts) provides excellent distinctiveness and natural trigger terms that users would actually reference.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: configure vitest.config.ts, write test suites with describe/it, create mock implementations with vi.fn and vi.mock, set up code coverage thresholds, and run tests in parallel. | 3 / 3 |
Completeness | Explicitly answers both 'what' (configure vitest, write test suites, create mocks, set up coverage, run tests in parallel) and 'when' ('Use when writing unit/integration tests for Vite projects') with a clear trigger clause at the start. | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'unit tests', 'integration tests', 'Vite', 'vitest', 'describe/it', 'mock', 'vi.fn', 'vi.mock', 'code coverage', 'parallel'. These cover both high-level concepts and specific API terms users would mention. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to Vitest in Vite projects with specific API references (vi.fn, vi.mock, vitest.config.ts), making it highly distinguishable from generic testing skills or other test framework skills like Jest or Mocha. | 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 exemplary skill file that serves as a clean entry point for Vitest usage. It's concise, actionable with executable examples, and has outstanding progressive disclosure through well-organized reference file links with clear guidance on when to load each one. The cross-skill references add useful context without bloating the file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section is lean and purposeful. No unnecessary explanations of what Vitest is or how testing frameworks work. The 'When to Use' section is a tight bullet list, and the quick start is minimal but complete. | 3 / 3 |
Actionability | Provides fully executable code for installation, configuration, and a basic test file. The examples are copy-paste ready with proper imports and realistic patterns. | 3 / 3 |
Workflow Clarity | For a skill that serves as an overview/entry point, the workflow is clear: install, configure, write tests, then consult reference files for specific needs. The loading checklist provides explicit guidance on which reference to use for which task. | 3 / 3 |
Progressive Disclosure | Excellent progressive disclosure with a concise overview, quick start, and well-organized one-level-deep references. The table and checklist format make navigation easy, and the explicit instruction to not load all files at once is a smart constraint. | 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.
00fb59d
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.