/test — Run project tests
Run the test suite and report results.
Steps
If
$ARGUMENTSis provided, run the specific test:[YOUR SPECIFIC TEST COMMAND] $ARGUMENTSIf no arguments, run the full test suite:
[YOUR FULL TEST COMMAND HERE]Parse the output and report in this format:
TESTS: [PASS/FAIL] Passed: [count] Failed: [count] Skipped: [count] [If failures:] FAILED: [test name] — [error summary] FAILED: [test name] — [error summary]If tests fail, identify which test failed and the likely cause. Do NOT attempt to fix — just report.
Notes
- Run the FULL suite before commits (no arguments)
- If a specific module was just changed, suggest which specific tests to run based on the test mapping in CLAUDE.md
Converted and distributed by TomeVault — claim your Tome and manage your conversions.