Generate Pr banner
johnlarkin1 johnlarkin1

Generate Pr

Git community

Description

--- description: Review branch changes (including staged/uncommitted), generate commit message, and create PR using Claude Code template allowed-tools: ["Bash", "Read", "Write"] --- # Create PR from Branch Changes ## Step 1: Gather Context !git fetch origin main 2>/dev/null || git fetch origin master 2>/dev/null !git branch --show-current ## Step 2: Review All Changes (Excluding Lock Files) Committed changes vs origin: !git diff origin/main...HEAD -- . ':!uv.lock' ':!poetry.lock' ':!Cargo.

Installation

Installs to ~/.claude/skills/johnlarkin1-claude-code-extensions-generate-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/johnlarkin1-claude-code-extensions-generate-pr && curl -fsSL https://raw.githubusercontent.com/johnlarkin1/claude-code-extensions/HEAD/commands/generate-pr.md -o ~/.claude/skills/johnlarkin1-claude-code-extensions-generate-pr/SKILL.md

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

Full documentation available on GitHub

View Source Repository