What problem does it solve?
This Skill eliminates the hassle of preparing a branch for review by rebasing onto the correct base branch, auditing the full commit history, and opening a properly described GitHub Pull Request.
Core Features & Use Cases
- Rebase workflow: Rebases the current branch onto the chosen base branch to keep the PR diff clean and linear.
- Commit-history analysis: Reviews the full commit range and produces an accurate PR Summary and Changes section that reflect everything in the branch.
- Safe push and PR creation: Pushes with history-rewrite safety and creates the PR via GitHub CLI with a title/body that follow practical rules.
Quick Start
Ask to open a PR (for example, “/pr main”) and let the Skill rebase your branch onto the specified base branch, push it, and create the GitHub Pull Request with a complete summary.