Bitbucket Devops Skill banner
Apra-Labs Apra-Labs

Bitbucket Devops Skill

DevOps community

Description

A Claude Code skill for comprehensive Bitbucket DevOps automation - manage pipelines, repositories, pull requests, and CI/CD workflows

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Bitbucket DevOps Skill

An agent-runtime-agnostic skill for comprehensive Bitbucket DevOps automation - manage pipelines, repositories, pull requests, and CI/CD workflows. It's a plain, Bash-invocable Node.js CLI with no Claude-specific API or tool dependency, so it works as-is with [Claude Code](https://claude.ai/code), AGY, OpenCode, and any other agent runtime that can shell out to `node`. Built on the [bitbucket-mcp](https://github.com/MatanYemini/bitbucket-mcp) Model Context Protocol server, used here purely as a library (see [How This Skill Works](#how-this-skill-works)).

[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

**Developed by [Apra Labs](https://apralabs.com)** - Building AI-powered developer tools

🚀 Quick Start (5 minutes)

**1. Clone and install:**

git clone --recursive https://github.com/Apra-Labs/bitbucket-devops-skill.git
cd bitbucket-devops-skill
bash install.sh                # installs for Claude Code (default)
bash install.sh --llm agy      # or: install for AGY (Antigravity)
bash install.sh --llm opencode # or: install for OpenCode

On Windows: `powershell -ExecutionPolicy Bypass -File install.ps1 -Llm agy` (see [Installation](#installation) below).

**2. Get Bitbucket App Password:**

**3. Configure credentials:**

# Edit the file created by installer
nano ~/.claude/skills/bitbucket-devops/credentials.json

**4. Reload the skill in your agent runtime:**

  • Claude Code: Close and reopen VSCode, or Ctrl+Shift+P → "Developer: Reload Window"
  • AGY / OpenCode / other runtimes: follow that runtime's own skill-reload mechanism

**5. Test it:**

Ask your agent: "What's the latest pipeline in my repo?"

✅ Done! Continue reading for detailed documentation.


Features

🔍 **Find Failu