← スキル一覧に戻る

vitest-config-generator
by ehtbanton
Share links for claude skills
⭐ 0🍴 0📅 2025年12月17日
SKILL.md
name: vitest-config-generator description: 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".
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.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です