What problem does it solve? Working with Bitbucket Cloud from the command line breaks in confusing ways: app passwords were removed in 2026, the same API token needs a different username for git versus REST calls, and branch restrictions (merge gates) have no simple on/off switch in the API. This Skill handles authentication, push/PR/pipeline workflows, and safe export-disable-restore of merge checks. ## Core Features & Use Cases - Token-based authentication: Configure Atlassian API tokens correctly for both git over HTTPS and the REST API, with triage for 401/403/410 push failures. - REST API operations: Create and review pull requests, check pipeline results, read PR comments, and manage branches through a curl wrapper script. - Merge gate management: Export, disable, and restore branch restrictions with validated backups, dry-run support, and detection of Premium-only or non-API-representable checks. - Use Case: A push to bitbucket.org fails with HTTP 410 because an old app password is cached. The Skill clears the stale credential, configures an API token, pushes the branch, and opens a pull request. ## Quick Start Push my changes to Bitbucket and open a pull request from this branch into main.