askill
vitest-config-generator

vitest-config-generatorSafety 95Repository

Generate Vitest configuration files for fast unit testing of JavaScript/TypeScript projects. Triggers on "create vitest config", "generate vitest configuration", "vitest setup", "unit test config".

0 stars
1.2k downloads
Updated 12/17/2025

Package Files

Loading files...
SKILL.md

Vitest Config Generator

Generate Vitest configuration files for fast unit and integration testing.

Output Requirements

File Output: vitest.config.ts Format: Valid Vitest configuration Standards: Vitest 1.x

When Invoked

Immediately generate a complete Vitest configuration with test environment, coverage, and setup files.

Configuration Template

import { defineConfig } from 'vitest/config';

export default defineConfig({
  test: {
    globals: true,
    environment: 'jsdom',
  },
});

Example Invocations

Prompt: "Create vitest config for React with coverage" Output: Complete vitest.config.ts with jsdom and coverage settings.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 2/18/2026

Basic Vitest configuration generator skill with a minimal template. Provides clear file output specification and one example, but severely lacks depth - missing coverage for different environments, setup files, customization options, and comprehensive examples. The single template (jsdom with globals) is too limited to be truly actionable for varied project types. Located in a dedicated skills folder suggesting general reusability, but content is too sparse to score higher."

95
70
50
40
45

Metadata

Licenseunknown
Version-
Updated12/17/2025
Publisherehtbanton

Tags

promptingtesting