Skip to main content
Run any Skill in Manus
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.

Overview

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.

Install command
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill isolate-tests-from-external-dependencies

Copy and paste this command into Claude Code to install the skill

Stars0
Forks0
UpdatedApril 14, 2026 at 05:41
SKILL.md
readonly