test-report
Installation
SKILL.md
When to Use This Skill
| Use this skill when... | Use test-run instead when... |
|---|---|
| Reading cached results without re-running tests | Actually executing the test suite |
| Showing standup-ready test status from the last run | Triaging structured test output (use test-analyze) |
Spotting flaky tests via --flaky from recent runs |
Picking which tier to run next (use test-tier-selection) |
| Pulling a coverage summary from existing reports | Asking strategic questions (use test-consult) |
Context
Quick status check without re-running tests. Reads cached results from last test execution.
Use when:
- Checking current test health
- Quick status update for standup
- Reviewing before deciding next action