What problem does it solve? Preparing a pull request involves many small, error-prone steps: checking branch state, detecting overlapping work, reviewing your own diff, writing a standards-compliant title and description, and linking related issues. This Skill automates that entire workflow so a PR is created or updated correctly every time. ## Core Features & Use Cases - End-to-end PR workflow: Gathers branch context, checks for overlapping open PRs, prepares and pushes the branch, then creates or updates the PR with gh pr create and gh pr edit. - Built-in self-review pass: Inspects the diff against the base branch before human review, sweeping for dead code, weak abstractions, and comment slop, and folds clear fixes into scoped commits. - Standards-compliant content: Delegates title, description, release note, and code-change table standards to the companion write-pr skill, and links related issues with Closes #123 syntax. - Use Case: You finished a feature branch and want it reviewed. Invoke the skill and it checks for a teammate's overlapping PR, reviews your diff, fixes minor issues, pushes the branch, and opens a properly formatted PR with linked issues. ## Quick Start Create a pull request for my current branch and link any related issues you find.