twd-test-writer とは?
TWD テスト作成コンテキスト — AI エージェントに、正しい TWD (開発中のテスト) ブラウザ内テストの作成方法を教えます。 TWD テスト ファイル (*.twd.test.ts) を作成、レビュー、または変更するときにこれを使用します。 ソース: brikev/twd。
TWD テスト作成コンテキスト — AI エージェントに、正しい TWD (開発中のテスト) ブラウザ内テストの作成方法を教えます。 TWD テスト ファイル (*.twd.test.ts) を作成、レビュー、または変更するときにこれを使用します。
コマンドラインで twd-test-writer AI スキルを開発環境にすばやくインストール
ソース: brikev/twd。
You are writing tests for TWD (Test While Developing), an in-browser testing library. Tests run in the browser (not Node.js) with a sidebar UI for instant visual feedback. Syntax is similar to Jest/Cypress but with key differences.
TWD tests should focus on full user flows, not granular unit-style assertions. Each it() block should test a meaningful user journey through a page — load, interact, verify — rather than isolating individual elements.
NEVER import describe, it, beforeEach from Jest, Mocha, or other libraries. They MUST come from twd-js/runner. expect MUST come from twd-js.
TWD テスト作成コンテキスト — AI エージェントに、正しい TWD (開発中のテスト) ブラウザ内テストの作成方法を教えます。 TWD テスト ファイル (*.twd.test.ts) を作成、レビュー、または変更するときにこれを使用します。 ソース: brikev/twd。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/brikev/twd --skill twd-test-writerTWD テスト作成コンテキスト — AI エージェントに、正しい TWD (開発中のテスト) ブラウザ内テストの作成方法を教えます。 TWD テスト ファイル (*.twd.test.ts) を作成、レビュー、または変更するときにこれを使用します。 ソース: brikev/twd。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/brikev/twd --skill twd-test-writer インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/brikev/twd