Bitbucket CLI

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

javimosch 3967de9 950 B Updated

File contents

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

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

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

Key Features

  • gh-like ergonomics for Bitbucket
  • Repository management
  • Pull request workflows
  • Go-based performance

javimosch/supercli/tree/main/plugins/bitbucket-cli/skills/quickstart commit 3967de975b

Frequently asked questions

npx skillmds@latest add javimosch/bitbucket-cli