bitbucket
Installation
SKILL.md
Bitbucket
Bitbucket is a web-based version control repository management service. It's primarily used by software development teams to collaborate on code, manage Git repositories, and build and deploy software.
Official docs: https://developer.atlassian.com/cloud/bitbucket/
Bitbucket Overview
- Repository
- Pull Request
- Commit
- User
Use action names and parameters as needed.
Working with Bitbucket
This skill uses the Membrane CLI to interact with Bitbucket. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills