freeze-tests
Installation
SKILL.md
Freeze Tests Mode
When activated, blocks all modifications to test files. Use during refactoring to ensure behavior (as captured by tests) is preserved.
What It Does
Blocks Write and Edit operations on any file matching test patterns:
**/*.test.{ts,js,tsx,jsx}**/*.spec.{ts,js,tsx,jsx}**/__tests__/****/tests/**
Activation
/freeze-tests
Deactivate with /freeze-tests off.