This skill should be used when creating a GitHub pull request via `gh pr create`. Covers the gh CLI mechanics; PR title and body conventions come from the pr-style skill.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add fredrikaverpil/dotfiles --skill gh-pr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gh Pr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fredrikaverpil-gh-pr-dotfiles)More formats (shields.io, HTML) on the badges page.
---
name: gh-pr
description: >-
This skill should be used when creating a GitHub pull request via `gh pr
create`. Covers the gh CLI mechanics; PR title and body conventions come
from the pr-style skill.
---
# 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
```bash
gh pr create --draft --assignee @me --title "<title>" --body "$(cat <<'EOF'
body here
EOF
)"
```
## Rules
1. Always create draft PRs (`--draft`)
2. Always assign the PR to me (`--assignee @me`)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!