What problem does it solve?
It solves the problem of not knowing whether the project test suite is passing and, if it is not, which specific failures need attention first.
Core Features & Use Cases
- Discovers the correct test command by checking common build/test entry points (Makefile and common package managers) and falling back to language defaults like Go's go test ./....
- Executes the suite with informative output so progress is visible and results are not obscured by wrappers or overly aggressive flags.
- Reports failures clearly and concisely by listing up to five first failures with enough context to reproduce and fix, plus exact commands for re-running.
Quick Start
Ask your AI to run the project's default test suite and then summarize whether tests passed or failed, including the first few failures and the exact reproduction command for each.