pr
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
Current branch: !git branch --show-current
Base branch: $ARGUMENTS (default to repo's default branch)
Remote status: !git status --short -b | head -1
Commits
!git log --oneline $(git merge-base HEAD ${1:-$(git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@refs/remotes/origin/@@' || echo main)})..HEAD 2>/dev/null
Diff stat
!git diff --stat $(git merge-base HEAD ${1:-$(git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@refs/remotes/origin/@@' || echo main)})..HEAD 2>/dev/null
Instructions
Create a PR immediately without asking. Execute these steps: