Change Impact
change_impactRanks repository files most likely affected by a plain-English change request, providing risk flags, suggested tests, and an implementation plan. Optionally validates predictions against a git diff base.
Instructions
Given a plain-English change request, rank the files most likely to own the change, with risk flags, suggested tests, and an implementation plan. Optional diff base surfaces exact changed-file evidence alongside the heuristic. Uses a per-user external cache and leaves the target repository unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of files to return. Defaults to 10. | |
| path | No | Repository path. Defaults to current working directory. | |
| query | Yes | Plain-English change request. | |
| diffBase | No | Optional git ref to validate predictions against (e.g. origin/main, HEAD). | |
| includeMarkdown | No | Return a compact human-readable markdown report instead of the full JSON. Defaults to false. |