What problem does it solve? When orchestrating pull request creation across multiple Git platforms, each platform needs a dedicated delegate that handles its specific API behavior. This Skill creates a pull request on Bitbucket using fully prepared inputs supplied by the create-pr orchestrator, removing the need to resolve prefixes, labels, or scope at this stage. ## Core Features & Use Cases - Bitbucket PR creation: Calls the configured Bitbucket pull-request tool with a prepared title, body, source branch (current HEAD), and destination branch, creating drafts where supported. - Label handling transparency: Bitbucket pull requests have no labels, so every requested label is reported as skipped, keeping the artifact format consistent with the GitHub delegate. - Artifact persistence: Saves a pull-request artifact with the PR URL, timestamp, and label status lines into the ticket directory following artifact conventions. - Use Case: An agentic workflow finishes a change on a feature branch and needs a Bitbucket PR opened with a standardized body and a saved record for later merge automation. ## Quick Start Ask the create-pr orchestrator to open a pull request for the current branch on Bitbucket and it will delegate to this skill with the prepared title, body, and labels.