Maximize meaningful test coverage quickly by parallelizing across modules, refactoring aggressively for testability within module boundaries, and producing a structured coverage report.
Maximize meaningful test coverage quickly, prioritizing testability over preserving existing structure. Be willing to refactor aggressively (within module boundaries) when it unlocks better, maintainable tests.
cargo test, pytest, jest, go test)git status --porcelain.src/*, services/*, libs/*, apps/*).If the baseline test run fails, stop and report the failure before proceeding.
For each file in the module, iterate in priority order:
Allowed:
Not allowed:
Each subagent must report in this format:
After all modules complete, produce:
--no-verify