What problem does it solve?
This Skill reduces the friction of opening pull requests by automatically committing pending work, synchronizing with the remote branch, and generating a thorough PR description you can ship with confidence.
Core Features & Use Cases
- Logical commit grouping: Delegates to skills:commit-all to turn uncommitted changes into sensible conventional-commit style commits before creating the PR.
- Rich PR context generation: Pulls git status, commit history, diff stats, and remote sync information, then produces a concise summary, categorized change list, and an actionable test plan.
- Automated PR creation: Pushes the current branch and uses GitHub CLI to open the pull request with a comprehensive body and a conventional title fallback.
- Use case: When you finish a feature or bugfix across multiple files, run this Skill to produce a PR that reviewers can understand quickly and that includes a realistic test/checklist based on the changes.
Quick Start
Ask your AI to run the pr skill to commit your pending changes, push the branch, and open a GitHub pull request with an appropriate title and detailed description.