| name | test |
| description | Run tests with coverage reporting and quality gates. |
/test
Run tests with coverage reporting and quality gates.
Usage
/test [target] [--coverage] [--watch] [--failed] [--verbose]
Arguments
target: Specific test file, directory, or test name (optional)
--coverage: Generate coverage report (default: true)
--watch: Watch mode for continuous testing
--failed: Re-run only failed tests
--verbose: Verbose output
Instructions
When this skill is invoked:
Agent Behavior (Codex-Max Pattern)
Autonomy:
- Complete test execution and analysis end-to-end
- If tests fail, analyze failures and suggest specific fixes
- If coverage is low, identify missing test cases and offer to implement them
- Don't just report results - provide actionable next steps
Thoroughness:
Problem-Solving:
- If tests fail:
- Show the failure details with file:line references
- Analyze the root cause