test-isolation
✓Use when writing tests that share state. Use when tests depend on other tests. Use when test order matters.
Installation
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:
Use when writing tests that share state. Use when tests depend on other tests. Use when test order matters. Source: yanko-belov/code-craft.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yanko-belov/code-craft --skill test-isolation- Source
- yanko-belov/code-craft
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-isolation?
Use when writing tests that share state. Use when tests depend on other tests. Use when test order matters. Source: yanko-belov/code-craft.
How do I install test-isolation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yanko-belov/code-craft --skill test-isolation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yanko-belov/code-craft
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01