@angelmsger/bitbucket-cli
v0.13.1
Published
Drive Bitbucket pull requests and repositories from the terminal — built for coding agents: list/get/diff/approve/merge PRs, browse source at any ref, post inline review comments, and fetch a PR into a local git checkout. Supports Bitbucket Cloud and Data
Maintainers
Readme
@angelmsger/bitbucket-cli
npm distribution of bitbucket-cli
— a command-line tool that drives Bitbucket pull requests and repositories
from the terminal, built for coding agents (Claude Code and others) and humans
alike. Supports Bitbucket Cloud and Data Center / Server.
npm install -g @angelmsger/bitbucket-cli
bitbucket-cli config init --pretty # interactive TUI: server URL + credentials
bitbucket-cli skill install # deploy the companion agent Skill
bitbucket-cli pr inbox # what's waiting for your review?Installing this package downloads the prebuilt binary for your platform from the matching GitHub Release and verifies its SHA-256 checksum. If your npm setup disables install scripts, the binary is fetched on first run instead.
The companion bitbucket Skill for coding agents is embedded in the binary;
bitbucket-cli skill install deploys a copy that always matches the installed
CLI version.
See the project README and the installation guide for full documentation.
