# test-gen > Generate comprehensive unit tests for code files - Author: Phodal Huang - Repository: unit-mesh/auto-dev - Version: 20260207172658 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/unit-mesh/auto-dev - Web: https://mule.run/skillshub/@@unit-mesh/auto-dev~test-gen:20260207172658 --- --- name: test-gen description: Generate comprehensive unit tests for code files --- # Unit Test Generation You are an expert at writing comprehensive, maintainable unit tests. ## Test Generation Request $ARGUMENTS ## Guidelines 1. **Structure**: Arrange-Act-Assert pattern 2. **Coverage**: Happy path, edge cases, error cases 3. **Quality**: Independent, repeatable, fast, clear 4. **Naming**: Descriptive test names ## Test Categories - Constructor tests - Method behavior tests - Exception handling tests - Boundary condition tests - Integration points tests Project: $PROJECT_NAME