jambavan_review_pack
Build a branch review pack showing changed files, symbol impacts with callers, test references, past failures, and risk flags. Run before opening a PR to assess change impact.
Instructions
Assemble a review pack for the current branch vs a base branch: touched files, the symbols changed or deleted in them, their callers (via the knowledge graph), related test associations/references, past failure records mentioning the same files, and risk flags (open rin debt, no matching test association). Call before opening/updating a PR, or whenever asked "what changed" / "review this branch". Requires jambavan_index to have been run at least once for symbol/caller/test/risk analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base ref to diff against (three-dot diff from merge-base to HEAD). Auto-detects main/master/origin variants if omitted. | |
| max_files | No | Max touched files to analyze in depth (default: 20). | |
| include_worktree | No | Also include staged, unstaged, and untracked working-tree changes (default: false). |