frontend-testing

Implement and debug TypeScript/Svelte 5 tests with Vitest and i18n mocks.

1|1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/varubogu/flequit --skill frontend-testing-varubogu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-testing
Source: https://github.com/varubogu/flequit/tree/main/.claude/skills/frontend-testing
Command: npx skills add https://github.com/varubogu/flequit --skill frontend-testing-varubogu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

フロントエンド(TypeScript/Svelte 5)のテスト実装とデバッグを行います。テストの作成、テストの実行、テストエラーの修正、Svelte 5 コンポーネントのテスト、国際化対応のモックなどのテスト関連タスクに使用します。

Core Features & Use Cases

  • TypeScript/Svelte 5 コンポーネントのテスト実装と実行をサポート
  • Vitest + @testing-library/svelte を用いた安定したテスト実行
  • i18n モックを活用した多言語対応のテスト
  • 型チェックとウォッチモードの統合運用

Quick Start

まず単一ファイルを bun run test [filename] で実行して正確性を確認します。その後 bun run test で全体を実行します。型チェックは bun check を使用してください。