tasks-test-generation

Installation
SKILL.md

[IMPORTANT] Use TaskCreate to 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:

  1. Pre-Flight — Identify code to test, find existing patterns, determine test type
  2. Read Patterns — MUST READ references/test-patterns.md for 5 canonical patterns
  3. Write Tests — Follow Arrange-Act-Assert, mock dependencies, cover happy + edge + error paths
  4. Verify — Ensure naming convention, no interdependencies, deterministic results

Key Rules:

Installs
24
GitHub Stars
6
First Seen
Jan 24, 2026
tasks-test-generation — duc01226/easyplatform