1.5 KiB
1.5 KiB
allowed-tools, description, wave-enabled, complexity-threshold
| allowed-tools | description | wave-enabled | complexity-threshold | |||||
|---|---|---|---|---|---|---|---|---|
|
Execute tests, generate test reports, and maintain test coverage | true | 0.5 |
/hc:test - Testing and Quality Assurance
Purpose
Execute tests, generate comprehensive test reports, and maintain test coverage standards.
Usage
/hc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch]
Arguments
target- Specific tests, files, or entire test suite--type- Test type (unit, integration, e2e, all)--coverage- Generate coverage reports--watch- Run tests in watch mode--fix- Automatically fix failing tests when possible
Execution
- Use @agent-test-engineer to analyze test requirements
- @agent-test-engineer discovers and categorizes available tests
- If creating new tests, @agent-coder implements test code
- Execute tests with appropriate configuration
- @agent-test-engineer monitors results and collects metrics
- Generate comprehensive test reports with coverage analysis
- Provide recommendations for test improvements to all agents
Wave Trigger: Activates for test suites >15 files or >5 test types
Claude Code Integration
- Uses Task tool to orchestrate @agent-test-engineer (primary) with @agent-coder support
- Uses Bash for test execution and monitoring
- Leverages Glob for test discovery
- Applies TodoWrite for test result tracking
- Maintains structured test reporting and coverage analysis
- Shares test results with all agents via MCP memory server