gh-create-pr

Installation
SKILL.md

Create a GitHub Pull Request

Create PRs with short, feature-focused descriptions. No test plan or co-author lines.

Rules

  1. Create the PR using gh pr create with a HEREDOC body:
    gh pr create --title "<short title>" --body "$(cat <<'EOF'
    

[## Context <1–2 sentences — include this section only if rule 3 applies>

]## Summary <bullet points describing the main features/changes, proportional to PR size> EOF )"

2. **Title**: Use imperative mood (e.g., "Add user auth", "Fix pagination bug").
3. **Context section**: Include `## Context` above `## Summary` only when the PR has business/user-facing motivation sourced from a linked issue, ticket, CLAUDE.md, or conversation. Keep it to 1–2 sentences in plain language — what the user or business gets, not how. **Do not invent or speculate**; omit the section entirely for purely technical work (refactor, chore, dep bump) or when no source material exists.
Related skills
Installs
32
First Seen
Mar 9, 2026