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.
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.