bitbucket
Bitbucket Cloud CLI
Command-line tool for managing Bitbucket Cloud via af bitbucket (alias af bb).
Setup
Bitbucket Cloud authentication is separate from Jira/Confluence. Atlassian API tokens scoped for Jira do not authenticate against Bitbucket Cloud — they return 401. Add the following to your project's .env:
BITBUCKET_USERNAME— Bitbucket username or workspace token label (falls back toATLASSIAN_EMAIL/JIRA_EMAIL)BITBUCKET_API_TOKEN— Workspace API token or app password (BITBUCKET_APP_PASSWORDis also accepted as a legacy alias)
Generate credentials:
- Workspace API token (recommended for automation) —
https://bitbucket.org/<workspace>/workspace/settings/api-tokens - App password —
https://bitbucket.org/account/settings/app-passwords/
Workspace and Repo Resolution
The target workspace and repo are resolved in this order:
More from avantmedialtd/skills
typescript-react-standards
Opinionated TypeScript and React development standards from Avant Media. Use when scaffolding new components, reviewing code, writing TypeScript interfaces or types, setting up project structure, creating React hooks, or working on any TypeScript/React codebase. Also use when the user asks about best practices, patterns, or conventions for TypeScript or React projects, even if they don't explicitly mention "standards.
14jira
Manage Jira issues from the command line. Use when working with Jira issues, creating tasks, updating status, assigning work, linking issues, managing versions, setting or reading custom fields (Story Points, Sprint, Severity, etc.), or searching for issues.
12e2e-testing
E2E and visual regression testing with Playwright. Use when writing tests, running E2E tests, debugging test failures, or working with visual baselines. Contains test commands, patterns, and debugging tips.
10power-stack
Bun/Elysia/React/MUI monorepo stack blueprint. Use when scaffolding a new project, adding a new app or package to the monorepo, choosing dependencies, or making architectural decisions. Contains the full tech stack, conventions, and wiring patterns.
6confluence
Manage Confluence pages from the command line. Use when working with Confluence pages, spaces, comments, labels, attachments, or searching wiki content.
4sonar
Inspect SonarQube quality gates, issues, and measures for a Bitbucket pull request or main branch from the command line. Use when checking SonarQube gate status on a PR, reviewing new issues introduced by a branch, or wiring quality gates into CI scripts.
1