no-skip
Installation
SKILL.md
No-Skip Mode
When activated, blocks any write that adds test-skipping patterns to test files.
What It Does
Prevents these patterns from being written to test files:
.skip()— skips individual tests.only()— runs only one test (excludes all others)xit(/xdescribe(— Jasmine skip syntaxtest.todo(— unimplemented test placeholders@Skip/@Disabled— JUnit skip annotations
Activation
/no-skip