tasks-test-generation
Installation
SKILL.md
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.
Prerequisites: MUST READ .claude/skills/shared/evidence-based-reasoning-protocol.md before executing.
Quick Summary
Goal: Autonomously generate unit and integration tests for backend (C#) and frontend (Angular) code using structured patterns.
Workflow:
- Pre-Flight — Identify code to test, find existing patterns, determine test type
- Read Patterns — MUST READ
references/test-patterns.mdfor 5 canonical patterns - Write Tests — Follow Arrange-Act-Assert, mock dependencies, cover happy + edge + error paths
- Verify — Ensure naming convention, no interdependencies, deterministic results
Key Rules: