Agent Skills: GitHub Pull Request Creation with gh

>-

UncategorizedID: fredrikaverpil/dotfiles/gh-pr

Install this agent skill to your local

pnpm dlx add-skill https://github.com/fredrikaverpil/dotfiles/tree/HEAD/stow/shared/.claude/skills/gh-pr

Skill Files

Browse the full folder contents for gh-pr.

Download Skill

Loading file tree…

stow/shared/.claude/skills/gh-pr/SKILL.md

Skill Metadata

Name
gh-pr
Description
>-

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

  1. Always create draft PRs (--draft)
  2. Always assign the PR to me (--assignee @me)