jambavan_review_pack
Assembles a review pack for the current branch vs a base branch, covering changed files, symbols, callers, tests, past failures, and risk flags. Run before opening a PR.
Instructions
Assemble a review pack for the current branch vs a base branch: touched files, the symbols changed in them, their callers (via the knowledge graph), related tests, past failure records mentioning the same files, and risk flags (open rin debt, no matching test). 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). |