Test Generation Skill
Description
Automatically generates comprehensive test suites for code.
Activation Conditions
- •New code added
- •Test coverage below threshold
- •Explicit test generation requests
Inputs
- •Source code files
- •Existing test files
- •Test framework configuration
Outputs
- •Test files
- •Test coverage report
- •Test execution results
Dependencies
- •Code analysis skill
Priority
High
Execution
- •Analyze code structure
- •Identify test cases needed
- •Generate test files
- •Verify test coverage