What problem does it solve? Drafting a good pull request title and body takes time, and creating a PR via CLI without review risks publishing an unedited draft. This Skill analyzes your branch's diff, writes a PR title and body in a consistent personal style, and opens a pre-filled GitHub PR page in the browser so you review and submit it yourself. ## Core Features & Use Cases - Diff-driven drafting: Reads commit subjects and diffs against the correct base branch (including stacked branches) to write an accurate title and body. - Style-matched writing: Follows a detailed personal PR style guide — no boilerplate "Test plan" sections, no file counts, no AI trailers, with patterns like Before/After diffs, callouts, and reviewer guidance. - Safe browser handoff: Uses gh pr create --web with a temp body file so nothing is created until you click submit in the browser. - Use Case: You finish a feature branch stacked on another branch, run the skill, and get a pre-filled GitHub PR page with the correct base branch and a body written in your voice — you just review and submit. ## Quick Start Ask the assistant to open a PR for the current branch, and it will draft the title and body from the diff and open the pre-filled GitHub page in your browser.