bitbucket-server
Installation
SKILL.md
BitBucket Server
This skill provides tools for interacting with BitBucket Server's REST API, focusing on Pull Request management workflows.
Prerequisites
The following environment variables must be set:
BITBUCKET_URL- Base URL of the BitBucket Server instance (e.g.,https://bitbucket.example.com)BITBUCKET_USER- Username for authenticationBITBUCKET_TOKEN- Personal access token for authentication
Available Commands
The scripts/bitbucket_api.py script provides a CLI for BitBucket Server operations. Execute it with Python 3:
python3 scripts/bitbucket_api.py <command> [options]