Bitbucket CLI with gh-like ergonomics for developers, coding agents, and automation-first teams. Streamline Bitbucket Cloud & Data Center workflows, manage pull requests, and automate CI/CD processes. Integrates with Claude for enhanced automation.
git clone https://github.com/avivsinai/bitbucket-cli.gitBitbucket CLI with gh-like ergonomics for developers, coding agents, and automation-first teams. Streamline Bitbucket Cloud & Data Center workflows, manage pull requests, and automate CI/CD processes. Integrates with Claude for enhanced automation.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/avivsinai/bitbucket-cliCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a Bitbucket CLI tool with gh-like ergonomics. I'm a developer at [COMPANY] working in the [INDUSTRY] sector. I need to [TASK] using Bitbucket Cloud/Data Center. Provide the exact CLI commands I should run, along with explanations for each step. Ensure the commands are compatible with Bitbucket's API and can be integrated with Claude for automation.
# Bitbucket CLI Commands for Pull Request Management ## Fetching Open Pull Requests ```bash bb pr list --state open --workspace [COMPANY] --repo [REPOSITORY] ``` This command will list all open pull requests in the specified repository. The `--state open` flag filters for open PRs, and `--workspace` and `--repo` specify the target repository. ## Creating a New Pull Request ```bash bb pr create --source [SOURCE_BRANCH] --dest [DESTINATION_BRANCH] --title "[TITLE]" --description "[DESCRIPTION]" --workspace [COMPANY] --repo [REPOSITORY] ``` This command creates a new pull request. Replace `[SOURCE_BRANCH]` and `[DESTINATION_BRANCH]` with the appropriate branch names, and provide a title and description for the PR. ## Merging a Pull Request ```bash bb pr merge --id [PR_ID] --workspace [COMPANY] --repo [REPOSITORY] ``` This command merges the specified pull request. Replace `[PR_ID]` with the ID of the PR you want to merge.
Collaborate on code with Git management, pull requests, and automated CI/CD workflows.
Facilitate continuous integration and agile project management with integrated DevOps tools.
Simple data integration for modern teams
Business communication and collaboration hub
Customer feedback management made simple
Enterprise workflow automation and service management platform