Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

improve-test-coverage runs the shared validation loop 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.