Testing Safe Protocol

Safe testing practices to prevent real-world side-effects. TRIGGER when user asks to "run tests", "test this", "write tests", "debug", "mock", "fixture", "integration test", "unit test", or when testing code that touches network, database, filesystem, or external services. Use BEFORE executing any test that could affect production systems.

archibate 90fedd8 12.5 KB Updated

File contents

archibate/dotfiles-opencode/tree/main/skills/testing-safe-protocol commit 90fedd8988

Frequently asked questions

npx skillmds@latest add archibate/testing-safe-protocol