analyze_test_gaps
Identify missing tests by comparing source and test file patterns in a directory, providing guidance for test coverage improvement.
Instructions
Estimate missing tests from source/test patterns (requires root). Supports relative-path globs; defaults include TS/JS/PY. Guidance only.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Root directory to analyze | |
| testPatterns | No | Glob patterns for test files (matched against relative paths and file names) | |
| sourcePatterns | No | Glob patterns for source files (matched against relative paths and file names) |