Helweg

PR Impact — Git skill for Claude Code

Git community

Analyze PR or branch impact using the call graph.

How to install PR Impact

Installs to ~/.claude/skills/helweg-open-codebase-index-pr-impact/SKILL.md

Terminal
mkdir -p ~/.claude/skills/helweg-open-codebase-index-pr-impact && curl -fsSL https://raw.githubusercontent.com/Helweg/open-codebase-index/HEAD/commands/pr-impact.md -o ~/.claude/skills/helweg-open-codebase-index-pr-impact/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Impact does


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= 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-

Alternatives in Git

  • Ws Reset — Reset the current branch to main, fetch upstream, and update submodules 38.1k ★
  • Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★

Full documentation available on GitHub

View Source Repository