What problem does it solve? Manually creating pull requests involves repetitive steps: detecting the base branch, computing diffs, pushing, resolving tickets, and formatting the PR body. This Skill automates the entire flow while enforcing project conventions like PR templates and ticket linking. ## Core Features & Use Cases - Automated PR Creation: Detects the current branch and default base, computes a three-dot diff, pushes the branch, and creates the PR via git host MCP tools or CLI fallback. - Template-Aware Body Generation: Loads the repository's GitHub PR template verbatim and fills its sections without restructuring, falling back to a default Ticket/Description/Checklist body. - Ticket Integration: Automatically creates a linked issue, uses a provided ticket URL, or skips ticketing based on user preference. - Use Case: After finishing a feature branch, invoke the Skill to push your work and open a properly formatted PR with a linked ticket in one step. ## Quick Start Create a pull request for my current branch against main and automatically create a ticket for it.