prepare_coverage_gaps
Identifies missing test coverage by comparing a specification against existing test case titles, providing instructions for generating additional cases.
Instructions
Return the spec and the existing case titles, plus instructions for the calling Claude to find missing coverage. No LLM call happens server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cases | Yes | ||
| spec_text | Yes | ||
| feature_title | No |