tldr_change_impact
Identify tests impacted by file changes using git diff or file list. Analyzes call graph depth to prioritize testing before commit.
Instructions
Find tests affected by changed files. Use before committing to know what to test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git | No | Use git diff to find changed files | |
| lang | No | Language filter | |
| depth | No | Max call graph depth (default: 5) | |
| files | No | Files to analyze | |
| git_base | No | Git ref to diff against (default: HEAD~1) |