jambavan_impact
Analyze changed symbols against code graph and tests to identify transitive callers, test coverage, and graph incompleteness before a refactor or PR review.
Instructions
Analyze changed symbols against inbound extracted graph edges and associated tests. Reports bounded transitive callers, test coverage, and explicit graph incompleteness. Use before a risky refactor or PR review; call jambavan_index first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base ref for the three-dot branch diff (auto-detects main/master and origin variants). | |
| max_depth | No | Inbound caller traversal depth, 1-5 (default: 2). | |
| include_worktree | No | Include staged, unstaged, and untracked changes. |