bitbucket-cli

Automate Bitbucket workflows including repositories, PRs, pipelines via command line.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/KarlLivesey/bitbucket-skill --skill bitbucket-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitbucket-cli
Source: https://github.com/KarlLivesey/bitbucket-skill/tree/main/skills/bitbucket-cli
Command: npx skills add https://github.com/KarlLivesey/bitbucket-skill --skill bitbucket-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Bitbucket workflows from the command line, letting you control repositories, pull requests, pipelines, and workspaces without switching GUIs.

Core Features & Use Cases

  • Command reference: exposes common bb commands to manage repos, PRs, pipelines, issues, and workspaces from scripts.
  • Automation workflows: integrate bb operations into CI/CD, release scripts, or maintenance tasks.
  • Use Case: for a dev team, run a single script to create a repo, open a PR, and trigger a pipeline across multiple workspaces.

Quick Start

Example: bb repo list to show all repositories in the configured workspace.

Frequently Asked Questions about bitbucket-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Bitbucket workflows from the command line?

You can automate Bitbucket workflows from the command line by executing bb commands to manage repositories, pull requests, pipelines, and workspaces directly within scripts.

Can I manage Bitbucket pull requests and pipelines without using the web GUI?

Yes, you can manage Bitbucket pull requests and pipelines without the web GUI by running command line operations to trigger pipelines and open PRs directly from your terminal.

What is the best way to create a repo and trigger a pipeline across multiple workspaces?

The best way to create a repo and trigger a pipeline across multiple workspaces is running a single automation script that executes consecutive bb commands for each workspace.

How do I integrate Bitbucket repository management into CI/CD release scripts?

You integrate Bitbucket repository management into CI/CD release scripts by calling bb commands within your pipeline to programmatically handle repositories, issues, and pull requests.

Does the Bitbucket CLI require any additional dependencies to manage workspaces?

No, the Bitbucket CLI does not require additional dependencies to manage workspaces; it directly exposes commands to list and control workspace resources natively.

Why use command line automation instead of the Bitbucket web interface for routine tasks?

Use command line automation instead of the Bitbucket web interface to batch routine repository tasks, eliminate manual GUI switching, and consistently execute maintenance workflows across scripts.