Bitbucket Devops Skill
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)).
[](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:**
- Go to: https://bitbucket.org/account/settings/app-passwords/
- Create password with: Repository: Read + Pipelines: Read, Write
**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
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps