pr
Installation
SKILL.md
Create Pull Request
Overview
Analyze the current git state, prepare changes for a PR, create it on GitHub with a well-crafted description, and open it in the browser.
Step 1: Assess Git State
Run these commands in parallel to understand the current state:
git status --porcelain
git branch --show-current
git log --oneline master..HEAD 2>/dev/null
git diff --stat master...HEAD 2>/dev/null
git stash list
Also check for existing PR on the current branch: