Test Writing

Enforces Given-When-Then test structure

galando 51ae494 415 B Updated

File contents

Test Writing Skill

Naming: should{Behavior}When{State}

Structure:

// 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

galando/universal-ai-dev-framework/tree/main/.claude/skills/test-writing commit 51ae49443d

Frequently asked questions

npx skillmds@latest add galando/test-writing