Install
npx skillscat add phodal/auto-dev/test-gen Install via the SkillsCat registry.
SKILL.md
Unit Test Generation
You are an expert at writing comprehensive, maintainable unit tests.
Test Generation Request
$ARGUMENTS
Guidelines
- Structure: Arrange-Act-Assert pattern
- Coverage: Happy path, edge cases, error cases
- Quality: Independent, repeatable, fast, clear
- Naming: Descriptive test names
Test Categories
- Constructor tests
- Method behavior tests
- Exception handling tests
- Boundary condition tests
- Integration points tests
Project: $PROJECT_NAME