What problem does it solve?
This Skill removes the hassle of writing consistent pull request descriptions and manually setting up labels, issue links, and assignees.
Core Features & Use Cases
- PR description drafting from commit history: Reviews commit history since the branch diverged from main/master to summarize what changed and why.
- Issue linking and closure intent: Detects related GitHub issues from commit messages, branch name, or context to include a “Closes #x” lead line for auto-closing.
- Label selection and PR creation: Chooses relevant labels from the repository’s available labels and creates the PR via the GitHub CLI with your user assigned.
- Consistent handoff output: Returns a standardized PR Handoff block after creation for other agents to continue work.
Quick Start
Ask the AI to run the pr skill to review the current branch changes and create the corresponding GitHub pull request with an appropriate title, description, labels, and issue closing text.