avivsinaiavivsinaiCommunityยท1 Agent Skills Included

bitbucket-cli

Manage Bitbucket repos, pull requests, and pipelines from terminal

Manages Bitbucket Cloud and Data Center repositories, pull requests, branches, issues, webhooks, and pipelines from one command line. Eliminates slow web UI clicking and inconsistent API scripting with predictable flags and structured JSON or YAML output. Supports headless environment-variable authentication so CI pipelines and coding agents run Bitbucket workflows without manual setup.
npx skills add avivsinai/bitbucket-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install bitbucket-cli?โ–ผ

Run `npx skills add avivsinai/bitbucket-cli --all -g -y` in your terminal to install the bkt skill globally for your coding agent.

How to manage Bitbucket pull requests from the terminal?โ–ผ

Use bkt commands like `bkt pr create`, `bkt pr approve`, and `bkt pr merge` to handle the full review cycle without opening the Bitbucket web UI.

Does bkt work with both Bitbucket Cloud and Data Center?โ–ผ

Yes. One CLI covers both platforms, with contexts that store host, project, or workspace defaults so you can switch environments instantly.

Can I use bkt in CI pipelines without interactive login?โ–ผ

Yes. Set BKT_TOKEN and BKT_HOST as environment variables for fully config-free headless authentication in containers and Bitbucket Pipelines.

Does bkt work with Claude Code and Codex?โ–ผ

Yes. The included skill gives coding agents native Bitbucket knowledge, and `bkt mcp serve` exposes read-only Bitbucket tools over MCP.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’