git-pr
Installation
SKILL.md
Git PR
Create pull requests with comprehensive descriptions and proper issue linkage.
When to Use This Skill
| Use this skill when... | Use the alternative when... |
|---|---|
| Opening a PR from a pushed branch with description, labels, and issue refs | Use github-pr-title if you only need to author or fix the conventional title |
| Selecting a base branch, draft mode, or reviewers as part of PR creation | Use git-push first if the branch has not been pushed to remote yet |
| Going from a pushed branch to an open pull request | Use git-commit first if there are uncommitted changes locally |
Inserting Fixes #N / Closes #N issue references into the PR body |
Use git-commit-push-pr for the consolidated commit + push + PR macro |