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: - — skips individual tests - — runs only one test (excludes all others) - / — Jasmine skip syntax - — unimplemented test placeholders - / — JUnit skip annotations Activation Hook Configuration Enforcement Logic Gotchas - This catches NEW skips being written, not existing ones — run to find existing skips - is sometimes used intentionally during debugging — deactivate with if needed - Some frameworks use instead of — add to pattern…