gh-pr

Installation
SKILL.md

GitHub Pull Request Creation with gh

When creating a pull request with the gh CLI, use the command template below. For the title and body content, follow the "pr-style" skill (conventional commit title, Why/What/Notes body, draft PRs).

Command Template

gh pr create --draft --assignee @me --title "<title>" --body "$(cat <<'EOF'

body here
EOF
)"

Rules

Installs
46
GitHub Stars
256
First Seen
Jan 24, 2026
gh-pr — fredrikaverpil/dotfiles