reviewing-vitest-config

Audit Vitest 4.x configuration files for deprecated patterns and misconfigurations.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/djankies/claude-configs --skill reviewing-vitest-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-vitest-config
Source: https://github.com/djankies/claude-configs/tree/main/vitest-4/skills/reviewing-vitest-config
Command: npx skills add https://github.com/djankies/claude-configs --skill reviewing-vitest-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill audits Vitest configuration for deprecated patterns and best practices, guiding updates to Vitest 4.x configurations.

Core Features & Use Cases

  • Deprecated Pattern Detection: Identify old config options and anti-patterns.
  • Best Practices: Recommend modern, reliable configuration approaches.
  • Report & Remediation: Produce a concise remediation plan for config updates.

Quick Start

Scan vitest.config.* files and update deprecated keys and options to Vitest 4.x equivalents.

Frequently Asked Questions about reviewing-vitest-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify deprecated Vitest configuration options in my project?

Deprecated Vitest config options are old settings that no longer work in Vitest 4.x. This Skill scans your vitest.config.* files to detect outdated keys in pool, coverage, workspace, browser mode, dependencies, and reporter configurations, then flags them for migration to current equivalents.

What Vitest 4.x configuration patterns should I update?

Vitest 4.x deprecated several config patterns across pool settings, coverage options, workspace structure, browser mode, reporter setup, and environment variables. This Skill reviews these areas and recommends modern replacements to align your configuration with Vitest 4.x best practices.

Can I use this to audit an existing Vitest configuration for best practices?

Yes. Beyond detecting deprecated patterns, this Skill audits your Vitest configuration against current best practices, identifies misconfigurations, and produces a remediation plan so you can update your setup to align with Vitest 4.x standards.

Does this Skill work with workspace and multi-project Vitest setups?

Yes. This Skill validates both single and workspace Vitest configurations, checking pool, coverage, browser mode, dependencies, and reporter settings across workspace projects to ensure consistent, non-deprecated patterns.

What should I do before scanning my Vitest configuration?

Ensure your Vitest configuration files (vitest.config.ts, vitest.config.js, or equivalent) are present and readable. Have your project structure documented so the Skill can validate workspace organization alongside deprecated option detection.

How do I apply the Skill's remediation recommendations to my config?

The Skill produces a concise remediation plan listing each deprecated key, its Vitest 4.x replacement, and required changes. Use this plan to update your vitest.config.* file manually or programmatically with the modern equivalents.