Test Loop

Write tests, run them, and drive to green — either for existing code or full TDD (tests first, then implement until they pass). TRIGGER when the user says 'write tests for <file>, run them, and fix any failures', 'write tests for the <X> first, then implement it until they pass', 'add test coverage', 'TDD this', 'make the tests pass'. Hebrew: 'תכתוב טסטים ל...', 'תכתוב טסטים ותריץ עד שהכל ירוק', 'תעשה TDD', 'תוסיף כיסוי בדיקות', 'תריץ את הטסטים ותתקן'. Covers detecting the test framework, writing meaningful tests, running them, and iterating fix→run until pass. NOT for debugging one already-failing test in isolation (that's the debug skill's job, if you have it), NOT for load/stress testing (that's stress-test-setup's job, if you have it).

hiyabh Updated

File contents

hiyabh/claude-skills/tree/main/src/test-loop commit c681117d13

Frequently asked questions

npx skillmds@latest add hiyabh/test-loop