What problem does it solve? Manually preparing a pull request involves repetitive steps: running verification, checking branch state, reviewing diffs, and formatting a PR body. This Skill automates that entire sequence so a PR is created consistently every time. ## Core Features & Use Cases - Pre-flight Verification: Runs the /verify check first and stops immediately if anything fails, preventing broken code from reaching review. - Branch State Management: Confirms you are not on master/main, checks remote tracking, and pushes the branch with upstream tracking if needed. - Automated PR Creation: Analyzes commits and diffs against the target branch, then creates a titled, structured PR (Summary + Test plan) via the GitHub gh CLI. - Use Case: After finishing a feature branch, invoke the skill to verify the code, push the branch, and open a draft PR against master with an auto-generated summary in one step. ## Quick Start Ask the agent to prepare and create a pull request for the current branch, optionally passing a target branch, a --draft flag, or a custom title.