# /test Run the test suite. ## Instructions 1. Run `bun test` to execute all tests 2. If tests fail: - Analyze the failure messages - Identify the root cause - Suggest specific fixes 3. If tests pass, report the summary ## Options - `/test ` - Run tests matching a pattern (e.g., `/test metrics`) - `/test --watch` - Run in watch mode ## Success Criteria - All tests pass - Clear reporting of any failures with actionable suggestions