Skip to content
Development
Command

/pr-impact

Analyze PR or branch impact using the call graph

From plugin
codebase-index
1629 skills9 commands1 MCP
Install
> /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.md
description: 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.

Ships withcodebase-index

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.

Get the whole plugin
Stats
170
Stars
31
Forks
Active
Maintenance
TypeScript
Language
MIT
License
4h ago
Last commit
7mo ago
Created

Repo: Helweg/open-codebase-index