testing-tdd
Installation
SKILL.md
Testing & TDD Workflow
Apply Test-Driven Development methodology to ensure reliability and confidence when adding new features.
TDD Workflow
Follow this cycle for all new features:
1. Write the Test First
Frontend (JavaScript/TypeScript)
- Use Vitest for all frontend tests
- Name tests clearly and descriptively
Backend (C#/.NET)
- Use xUnit or MsTest (based on project)
- Follow the same naming conventions