Vitest

SkillAI & models

"Use for Vitest in TypeScript projects (Node, bun, React/Next.js, Effect): write, run, or debug unit/component tests, mocks, testing utilities, and coverage."

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Vitest skill

What this skill tells your AI

The instructions your AI receives, as published by paulrberg/agent-skills in skills/vitest/SKILL.md and read by ahel’s review.

Follow the repository's Vitest configuration and test conventions before introducing generic patterns.

Workflow

  1. Inspect package scripts, Vitest config/projects, setup files, neighboring tests, path aliases, environment selection, and repository instructions.
  2. Define the behavior or regression the test must prove. Prefer public behavior and observable outcomes over implementation details.
  3. Match local file placement, naming, imports/globals, fixtures, cleanup, DOM utilities, and assertion style. Do not enable globals, jsdom, coverage, or new setup merely because they are common defaults.
  4. Load conditional guidance only when needed:
  5. Run the narrowest established command for the changed file or test name, then the affected package suite when shared setup or contracts changed. Use nlx vitest run ... only when the repository has no preferred recipe/script. Prefer --reporter=agent on Vitest 4.1+ for minimal agent-friendly output when the repository has no reporter convention.

Defaults

  • Colocate tests when the repository does.
  • Restore mocks, timers, environment, and mutable shared state using the local cleanup convention.
  • Mock system boundaries, not the behavior under test.
  • Add coverage configuration only when coverage is the requested outcome.
  • Do not use jest-dom matchers unless setup imports @testing-library/jest-dom.
  • In Effect-TS repositories, follow @effect/vitest conventions (it.effect, Layers, TestClock) instead of generic patterns.
  • For a bug fix, reproduce the failure before relying on the passing result when practical.

Completion requires a focused test that meaningfully exercises the requested behavior and passes under the repository's configuration. For a bug with observed red-before-green evidence, finish with ### 🧪 Regression covered; otherwise use ### 🧪 Tests verified. Include a phase/command/result table with only the phases actually run. Report mock, timer, environment, or shared-state cleanup only when the checks provide that evidence. Keep reporter output, snapshots, assertions, failure text, commands, and diagnostics exact and undecorated.

Signals

GitHub stars
70
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
vitest-paulrberg
Source
github.com/paulrberg/agent-skills