test-isolation
✓状態を共有するテストを作成する場合に使用します。テストが他のテストに依存する場合に使用します。テストの順序が重要な場合に使用します。
SKILL.md
Each test must be independent. No shared state. No dependencies between tests.
Tests that depend on each other are brittle, hard to debug, and can't run in parallel. Every test should set up its own state and clean up after itself.
If tests share mutable state or depend on order, STOP:
状態を共有するテストを作成する場合に使用します。テストが他のテストに依存する場合に使用します。テストの順序が重要な場合に使用します。 ソース: yanko-belov/code-craft。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/yanko-belov/code-craft --skill test-isolation- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
test-isolation とは?
状態を共有するテストを作成する場合に使用します。テストが他のテストに依存する場合に使用します。テストの順序が重要な場合に使用します。 ソース: yanko-belov/code-craft。
test-isolation のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/yanko-belov/code-craft --skill test-isolation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/yanko-belov/code-craft
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01