vitest-dev
Installation
SKILL.md
vitest-dev
A Claude Code skill for producing high-signal, low-flake, fast Vitest suites (TypeScript + Next.js 16) and for shaping Vitest configuration for optimal local DX and CI throughput.
Core outcomes
- Correctness first: tests encode business behavior (not implementation details).
- Deterministic: no network, no clocks, no global leakage, no order dependencies.
- Fast:
- fast feedback locally (watch mode + smart filtering)
- scalable CI (parallel workers + sharding + cache + machine-readable reports)
- Actionable failures: failures localize root cause quickly.
Default operating procedure
When asked to add or improve tests: