test_selection_suggestion
Suggests the smallest subset of high-signal tests to rerun after code changes, reducing test suite execution time while maintaining coverage.
Instructions
Preset query: suggest smallest high-signal test subset to rerun after change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the analyzed project. | |
| changed_paths | Yes | Changed file paths or path keywords. | |
| limit | No | Maximum suggested test cases to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||