What problem does it solve? Manually creating pull requests involves repetitive steps: pushing the branch, writing a description from the diff, finding the PR template, assigning reviewers, and opening the result in a browser. This Skill automates that entire flow with a single instruction. ## Core Features & Use Cases - Automated PR Creation: Pushes the current branch if needed, generates a description from the diff against the base branch, and creates a draft pull request via the GitHub CLI. - Template Detection: Searches the repository's .github/ directory for pull request templates and applies the appropriate one. - Copilot Review Request: Automatically requests a Copilot review for repositories owned by hatena, unless explicitly told to skip it. - Use Case: After finishing a feature branch, ask the AI to create a PR. It diffs against origin/main, writes a summary of changes, creates a draft PR assigned to you, and opens it in the browser. ## Quick Start Create a draft pull request for the current branch targeting the default base branch.