What problem does it solve? Writing a good Pull Request is repetitive and error-prone: you must pick the right base branch, summarize the diff accurately, follow the repository's PR template, link related issues, and attach labels. This Skill automates the entire flow from the current branch to a published PR. ## Core Features & Use Cases - End-to-end PR creation: Checks branch and commit readiness, pushes to remote, generates a Conventional Commits title, and creates the PR via gh pr create with assignee, labels, and image attachments. - Template- and language-aware body generation: Follows the repository's own PR template when present, otherwise uses bundled English or Japanese templates, with strict writing-style rules per language. - Smart context detection: Infers the correct base branch (including stacked PRs), links related issues via Closes, and supports a --dry-run mode to preview everything without pushing. - Use Case: After finishing a feature branch, simply ask for a PR and get a fully formatted, template-compliant Pull Request with linked issues, labels, and embedded diagrams or screenshots. ## Quick Start Create a pull request from my current branch in Japanese using the repository's PR template.