Enforces Given-When-Then test structure
Scanned 2/12/2026
Install to Claude Code
npx -y skills add galando/piv-speckit --skill test-writing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Writing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/galando-test-writing)More formats (shields.io, HTML) on the badges page.
---
description: Enforces Given-When-Then test structure
triggers:
- file_pattern: "*.test.*;*.spec.*;*Test.java;*_test.go;test_*.py"
---
# Test Writing Skill
**Naming:** `should{Behavior}When{State}`
**Structure:**
```javascript
// GIVEN - setup
// WHEN - act
// THEN - assert
```
**Requirements:** Independent, Fast (<100ms), Edge cases
**For complete test writing guidelines:** Read `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/reference/skills-full/test-writing-full.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!