What problem does it solve? Opening a pull request manually means writing a title and body, following the repo's PR template, assigning reviewers, and remembering to push the branch first. This Skill automates that entire flow with the GitHub CLI so PRs are consistent and complete. ## Core Features & Use Cases - Template-Aware PR Bodies: Detects .github/PULL_REQUEST_TEMPLATE.md and structures the PR body to match the repo's conventions. - Automated Metadata: Generates a concise title under 70 characters, assigns the current GitHub user via gh api user, and pushes the branch if needed. - Use Case: After finishing a feature branch, ask the agent to open a PR. It reviews git log and git diff, writes the description, assigns you, and returns the PR URL. ## Quick Start Create a pull request for my current branch following the repo's PR template and assign it to me.