/test — Run Test Suite
Usage
/test [pattern]
Description
Runs the project test command and reports pass/fail with failure details. Optionally filters by test pattern.
Instructions
- •Read CLAUDE.md to find the test command.
- •Run the test command (with optional pattern filter).
- •Report:
- •Total tests run
- •Passed / Failed / Skipped counts
- •For failures: test name, expected vs actual, relevant file:line
- •If all pass, report PASS.
- •If any fail, report FAIL with actionable details.
Model
haiku