Run test review for $ARGUMENTS.
Purpose Ensure the requested scope has effective automated test coverage.
Focus
- missing tests
- weak assertions
- regression gaps
- contract coverage
- critical path coverage
Workflow
- Resolve scope from $ARGUMENTS
- Inspect related
*.spec.tsand affected runtime code - Identify untested behavior and brittle tests
- Prefer focused tests for critical invariants and failure paths
- Report missing coverage and best next tests
Load only when needed
- Review method: references/REFERENCE.md
- Test heuristics: references/test-rules.md