What problem does it solve?
This Skill removes the friction of preparing GitHub pull requests by turning branch changes, issue context, and repository conventions into a ready-to-review PR with the right title, body, and linkage.
Core Features & Use Cases
- New PR creation: Builds a PR from the current branch and base branch with a review-friendly summary.
- PR updates: Edits an existing PR when changes have already been published.
- Issue linking: Formats issue references correctly so close or reference behavior works as intended.
- Repository-aware workflow: Reads the repo state, compares diffs, and adapts the PR body to the change type.
- Use case: A developer finishes a feature branch and asks for a complete PR that explains the change, links the issue, and is immediately ready for review.
Quick Start
Ask the assistant to create or update a GitHub pull request for the current branch and include the correct issue link.