Skip to main content
improve-test-coverage runs the shared ValidationLoop with a prompt focused on finding and filling high-impact test gaps.
bunx smithers-orchestrator workflow run improve-test-coverage --prompt "Add regression coverage for webhook signature failures"

Inputs

InputTypeDefault
promptstring"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 debug first, then this workflow for regression coverage.
  • You want a broad gap report rather than new tests: use audit with focus: "test coverage".

Resume & retry

Runs the shared validation loop (up to 3 iterations) and commits to the working tree. Runs are durable and resume with up --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.