← ClaudeAtlas

test-writinglisted

Enforces Given-When-Then test structure
bunny459/piv-speckit · ★ 0 · AI & Automation · score 63
Install: claude install-skill bunny459/piv-speckit
# Test Writing Skill **Naming:** `should{Behavior}When{State}` **Structure:** ```javascript // GIVEN - setup // WHEN - act // THEN - assert ``` **Requirements:** Independent, Fast (<100ms), Edge cases `Read .claude/reference/skills-full/test-writing-full.md`