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 authentication
  • BITBUCKET_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]
Installs
19
GitHub Stars
8
First Seen
Feb 3, 2026