vitest

vitest is a skill for Codex from PaulRBerg/agent-skills. It costs 41 tokens per session (599 once invoked), scanned A, original, MIT.

Instructions for using Vitest, a testing tool for JavaScript and TypeScript projects. They cover writing, running, and debugging unit and component tests while following the project’s existing setup.

In plain words
What is it for?
Use it to add or fix tests, create mocks, test React or Node behavior, investigate failing tests, and measure test coverage when the project already supports it.
Why use it?
They help agents choose the correct test command, environment, fixtures, mocks, and assertions instead of adding generic settings that may conflict with the repository.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to add or fix tests, create mocks, test React or Node behavior, investigate failing tests, and measure test coverage when the project already supports it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paulrberg/agent-skills/vitest
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PaulRBerg/agent-skills --skill vitest
Clone the repo
git clone --depth 1 https://github.com/PaulRBerg/agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vitest

README.md
[![agentmods](https://agentmods.dev/badge/skills/paulrberg/agent-skills/vitest/github.svg)](https://agentmods.dev/skills/paulrberg/agent-skills/vitest)
Your own site
<a href="https://agentmods.dev/skills/paulrberg/agent-skills/vitest"><img src="https://agentmods.dev/badge/skills/paulrberg/agent-skills/vitest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vitest

Your own site · 80×15
<a href="https://agentmods.dev/skills/paulrberg/agent-skills/vitest"><img src="https://agentmods.dev/badge/skills/paulrberg/agent-skills/vitest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00599
Opus 5 $0.00020 $0.00300
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 10d ago against content hash 50cd5eca47e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

vitest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vitest/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vitest

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.

Read the full file on GitHub · 48 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 48 lines · 41 tokens per session scan A 50cd5eca47e5

Subscribe to this mod's changes

vitest is a skill published in the GitHub repository PaulRBerg/agent-skills (70 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 599 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.