What problem does it solve?
This Skill removes the manual overhead of preparing a pull request by gathering branch changes, commit history, and repository conventions into one reliable PR draft.
Core Features & Use Cases
- PR preparation: Reviews the current branch with git status, git diff, and git log to understand the full change set.
- Repository awareness: Finds the related issue, checks for a pull request template, and respects the project’s base branch.
- Release-ready body generation: Builds a structured changelog section from commits and can include issue-closing references when applicable.
- Use case: A developer finishes a feature branch and wants an AI to open a complete pull request with the right title, body, and template sections filled in.
Quick Start
Use the pr skill to create a pull request for the current branch with a concise title, issue link if available, and changelog entry.