vitest

1 stars
14
B

Use when writing or configuring Vitest tests - assertions, mocking, coverage, and workspace-aware testing for TypeScript projects

Also in: javascript

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install mcclowes/omg/vitest
skilz install mcclowes/omg/vitest --agent opencode
skilz install mcclowes/omg/vitest --agent codex
skilz install mcclowes/omg/vitest --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mcclowes/omg
2. Copy the agent skill directory:
cp -r omg/.claude/skills/vitest ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
omg
Stars
1
Type
Technical
Meta-Domain
development
Primary Domain
testing
Market Score
14

Agent Skill Grade

B
Score: 81/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
20/30
Ease of Use
21/25
Writing Style
9/10
Utility
16/20
Modifiers: +3

Areas to Improve

  • Missing reference files for layered structure
  • Quick Start lacks single-concept focus
  • Missing workflow for test-driven development

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been digging into how teams are handling the Vite testing ecosystem, and vitest keeps coming up as the pragmatic choice—especially given how it mirrors Jest's API but actually leverages your existing Vite config instead of duplicating it. Your skill scores a solid B (81/100), which honestly tracks with the execution, but I'm curious what drove some of your architectural choices here.

Links:

The TL;DR

You're at 81/100, solid B grade territory. This evaluation is based on Anthropic's best practices for agentic skills. Your strongest area is Writing Style (9/10) with clear, consistent technical voice—but Progressive Disclosure Architecture (20/30) is where you're leaving points on the table. The skill's foundation is good, but it needs better structure and error guidance to move into A territory.

What's Working Well

  • Metadata triggers are solid - You've got specific, discoverable trigger phrases (writing/configuring Vitest tests, assertions, mocking, coverage). That's exactly what gets Claude to actually use this skill.
  • Writing is genuinely clean - Imperative headers, no marketing fluff, just technical content. The assertions table is a nice touch for quick reference.
  • Practical examples - Your Quick Start and config template show real, runnable code. The async testing and mocking patterns aren't hand-wavy.

The Big One: Missing Layered Architecture

Here's the blocker: everything's crammed into a single SKILL.md file with no external references. At 84 lines, you're still under the TOC threshold, but advanced topics (workspace setup, custom matchers, debugging) need their own homes.

Why it matters: Skills score points for reference depth (0/5 right now) and token efficiency. When Claude loads this skill, it loads *...

Report Security Issue

Found a security vulnerability in this agent skill?