with one click
isolate-tests-from-external-dependencies
Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.
Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill isolate-tests-from-external-dependenciesCopy and paste this command into Claude Code to install the skill