improve-test-coverage runs the shared ValidationLoop with a prompt focused on finding and filling high-impact test gaps.
Inputs
| Input | Type | Default |
|---|---|---|
prompt | string | "Improve the test coverage for the current repository." |
Use it when
- A feature landed without enough tests.
- A bug fix needs regression coverage.
- Review or audit found weak boundary coverage.
Use something else when
- You are still fixing the bug: use
debugfirst, then this workflow for regression coverage. - You want a broad gap report rather than new tests: use
auditwithfocus: "test coverage".
Resume & retry
Runs the shared validation loop (up to 3 iterations) and commits to the working tree. Runs are durable and resume withup --resume.
Transient session/infra errors such as SESSION_ERROR, stream disconnects, rate limits, OOMs, and timeouts must never fail a whole run; retry the affected node and let unrelated verified work continue.