Testing Code
Installation
SKILL.md
Testing Code
Core Workflow
Test writing follows a systematic approach: determine scope, understand patterns, map to requirements, write tests, verify coverage.
1. Determine Test Scope
Read project documentation:
docs/user-stories/US-###-*.mdfor acceptance criteria to testdocs/feature-spec/F-##-*.mdfor technical requirementsdocs/api-contracts.yamlfor API specifications- Existing test files to understand patterns