·vitest-testing
</>

vitest-testing

この Nuxt 4 プロジェクトの Vitest 単体テストを作成して実行します。コンポーザブル、コンポーネント、サービス、ユーティリティ、または Lambda ハンドラーを作成または変更するときに自動トリガーします。このスキルは、テストの作成、テスト カバレッジの追加、新機能のテスト、バグの修正 (最初に回帰テストを作成) を行うとき、またはユーザーがテスト、単体テスト、vitest、TDD、カバレッジ、またはテスト カバレッジについて言及したときに使用します。 app/composables/、app/components/、app/utils/、services/、または terraform/lambda/src/ に新しいファイルを作成するときにも使用します。

14インストール·5トレンド·@ralphcrisostomo

インストール

$npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill vitest-testing

vitest-testing のインストール方法

コマンドラインで vitest-testing AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill vitest-testing
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: ralphcrisostomo/nuxt-development-skills。

| app/composables/ .ts | tests/app/composables/ .test.ts | | app/components/ .vue | app/components/tests/ .test.ts (DOM tests) OR tests/app/components/ .test.ts (logic-only) | | app/utils/ .ts | tests/app/utils/ .test.ts | | services/ .ts | tests/services/ .test.ts | | utils/ .ts | tests/utils/ .test.ts |

| terraform/lambda/src/ /index.ts | terraform/lambda/src/ /tests/index.test.ts |

Use tests/ co-location only for component DOM tests and Lambda handlers. Everything else goes in the top-level tests/ mirror tree.

この Nuxt 4 プロジェクトの Vitest 単体テストを作成して実行します。コンポーザブル、コンポーネント、サービス、ユーティリティ、または Lambda ハンドラーを作成または変更するときに自動トリガーします。このスキルは、テストの作成、テスト カバレッジの追加、新機能のテスト、バグの修正 (最初に回帰テストを作成) を行うとき、またはユーザーがテスト、単体テスト、vitest、TDD、カバレッジ、またはテスト カバレッジについて言及したときに使用します。 app/composables/、app/components/、app/utils/、services/、または terraform/lambda/src/ に新しいファイルを作成するときにも使用します。 ソース: ralphcrisostomo/nuxt-development-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill vitest-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-10
更新日
2026-03-10

Browse more skills from ralphcrisostomo/nuxt-development-skills

クイックアンサー

vitest-testing とは?

この Nuxt 4 プロジェクトの Vitest 単体テストを作成して実行します。コンポーザブル、コンポーネント、サービス、ユーティリティ、または Lambda ハンドラーを作成または変更するときに自動トリガーします。このスキルは、テストの作成、テスト カバレッジの追加、新機能のテスト、バグの修正 (最初に回帰テストを作成) を行うとき、またはユーザーがテスト、単体テスト、vitest、TDD、カバレッジ、またはテスト カバレッジについて言及したときに使用します。 app/composables/、app/components/、app/utils/、services/、または terraform/lambda/src/ に新しいファイルを作成するときにも使用します。 ソース: ralphcrisostomo/nuxt-development-skills。

vitest-testing のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill vitest-testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/ralphcrisostomo/nuxt-development-skills