Back to browse
bitbucket
officialplatinum (7/8)
Bitbucket — repos, pull requests, pipelines via Atlassian REST API
Install
mayros skill install bitbucket
mayros skill install [email protected]
README
@apilium/bitbucket
Atlassian Bitbucket integration skill for Mayros -- repos, pull requests, and pipelines via the Bitbucket Cloud REST API v2.0.
Installation
Copy this skill directory into your Mayros skills folder:
cp -r skills/bitbucket ~/.mayros/skills/bitbucket
Or install via the Mayros CLI:
mayros skill install @apilium/bitbucket
Prerequisites
You need a Bitbucket Cloud account and an App Password:
- Go to https://bitbucket.org/account/settings/app-passwords/
- Create a new App Password with permissions: Repositories (read/write), Pull requests (read/write), Pipelines (read)
- Set the following environment variables:
export BITBUCKET_USERNAME="your-username"
export BITBUCKET_APP_PASSWORD="your-app-password"
Usage
Once configured, the agent can:
- Repos: List, view, and browse repositories
- Pull Requests: List, create, approve, merge, comment, and view diffs
- Branches: List and inspect branches
- Pipelines: View pipeline runs and build status
- Files: Read file content from repos
Example prompts
"List repos in the myteam workspace"
"Show me open PRs in the backend repo"
"Create a PR from feature-auth to main"
"What pipelines ran in the last day?"
"Get the diff for PR #42"
Semantic Predicates
| Predicate | Scope | Description |
|---|---|---|
bitbucket:pr_created | agent | PRs created by the agent |
bitbucket:pr_merged | agent | PRs merged by the agent |
bitbucket:repo_context | agent | Repository metadata for context enrichment |
License
MIT
Versions
Comments
Sign in to leave a comment.
Loading comments...