bb-bash: Bitbucket Cloud pull-request workflows
This skill drives the bbb CLI (project bb-bash) — a single-file bash wrapper over Bitbucket Cloud REST API 2.0. Use it whenever a task involves operating on a Bitbucket Cloud pull request from the terminal.
Preflight
Before the first bbb call in a session, confirm the tool is installed and the current directory is inside a bitbucket.org repo:
command -v bbb >/dev/null || echo "bbb not on PATH"
git remote -v | grep -q bitbucke
[Description truncada. Veja o README completo no GitHub.]