# Bitbucket CLI

> Use this skill when the user wants to interact with Bitbucket repositories and pull requests.

- Skill: `javimosch/bitbucket-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/bitbucket-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/bitbucket-cli/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/bitbucket-cli

---


# Bitbucket CLI Plugin

Bitbucket CLI with gh-like ergonomics, written in Go.

## Commands

### Repositories
- `bitbucket-cli repo list` — List Bitbucket repositories
- `bitbucket-cli repo create` — Create a Bitbucket repository

### Pull Requests
- `bitbucket-cli pr list` — List pull requests
- `bitbucket-cli pr create` — Create a pull request

## Usage Examples

```bash
bitbucket-cli repo list --owner myteam
bitbucket-cli repo create --name myrepo --private
bitbucket-cli pr list --repo myteam/myrepo
bitbucket-cli pr create --repo myteam/myrepo --title "Fix bug"
bitbucket-cli --help
```

## Installation

```bash
go install github.com/bitbucket-cli/bitbucket-cli@latest
```

## Key Features
- gh-like ergonomics for Bitbucket
- Repository management
- Pull request workflows
- Go-based performance

