/pr-impact
Analyze PR or branch impact using the call graph
> /plugin marketplace add Helweg/open-codebase-index > /plugin install codebase-index@helweg-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pr-impact
Context preview
What this command does when you run it.
Analyze PR or branch impact using the call graph
Command definition
pr-impact.mddescription: Analyze PR or branch impact using the call graph
Analyze the impact of a pull request or branch before merging.
User input: $ARGUMENTS
Interpret input as follows:
- `pr=N` or plain number at the start → set `pr`
- `branch=<name>` or plain branch name → set `branch`
- `maxDepth=N` → set max traversal depth
- `hubThreshold=N` → set hub node threshold
- `checkConflicts` or `conflicts` → set `checkConflicts=true`
Call `pr_impact` with the parsed arguments.
Examples:
- `/pr-impact 42` → pr=42
- `/pr-impact branch=feature/auth` → branch="feature/auth"
- `/pr-impact branch=feature/x maxDepth=3 checkConflicts` → branch="feature/x", maxDepth=3, checkConflicts=true
If the index doesn't exist, run `index_codebase` first.
Search a codebase by meaning, then follow the result into definitions, callers, and dependency paths. open-codebase-index is a local semantic code index for OpenCode, Jcode, Pi, Codex, Claude Code, and other MCP clients.
Repo: Helweg/open-codebase-index
Other commands on codebase-index.
- /call-graph
Trace callers, callees, or paths using the call graph
Open command - /definition
Find where a symbol is defined in the codebase
Open command - /find
Find code using hybrid approach (semantic + grep)
Open command - /peek
Quickly find likely code locations without returning full code
Open command - /reindex
Fully rebuild the codebase index from scratch
Open command - /search
Search codebase by meaning using semantic search
Open command

