What problem does it solve? Manually creating pull requests requires assembling a change summary, formatting a conventional title, resolving labels, and calling the right platform API. This Skill automates that entire flow so a PR is created consistently from the current branch's change record. ## Core Features & Use Cases - Orchestrated PR creation: Derives session context, verifies branch sync with remote, summarizes the change, and resolves the effective scope, type, and breaking marker before creating the PR. - Title rendering and label resolution: Renders the PR title from a configurable template and maps type, scope, and breaking status to labels via a label-map file. - Platform delegation: Detects GitHub or Bitbucket from session context and delegates the actual API call to the matching internal skill, then persists the PR URL for later sessions. - Use Case: After finishing a feature branch, ask the agent to open a PR; it summarizes the change, renders a conventional title like "feat(api): add retry logic", applies labels, inserts the ticket closing line, and creates the PR on GitHub. ## Quick Start Create a pull request for my current branch using the create-pr skill.