create-pr
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Create PR
Create pull request with concise, meaningful description.
Context
- Current branch: !
git branch --show-current - Working tree status: !
git status --short - Recent commits: !
git log --oneline -5 - Remote tracking: !
git rev-parse --abbrev-ref @{upstream} 2>/dev/null || echo "none"