bitbucket-issue

Manage Bitbucket issues via the bbt CLI for listing, viewing, creating, and updating.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/tanyagray/claude --skill bitbucket-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitbucket-issue
Source: https://github.com/tanyagray/claude/tree/main/plugins/bitbucket/skills/bitbucket-issue
Command: npx skills add https://github.com/tanyagray/claude --skill bitbucket-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bitbucket issue management is manual and scattered across the UI and API. This skill centralizes creating, listing, and viewing issues via the bbt CLI, streamlining collaboration and issue tracking across repositories.

Core Features & Use Cases

  • List Issues: quickly list all issues in the current repository or a specific workspace/repo.
  • View & Create: view details of an issue or create a new one with guided prompts.
  • REST API Access: use the Bitbucket REST API for advanced filtering, updating, or batch operations when needed.

Quick Start

Install the bbt CLI and start managing issues for your workspace with simple commands.

Frequently Asked Questions about bitbucket-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Bitbucket issues from the command line?

Bitbucket issue management is automated by routing commands through the bbt CLI to list, view, and create issues across repositories. This centralizes tracking directly from the command line instead of the web UI.

How do I list all issues in a specific Bitbucket repository?

To list Bitbucket issues, scope the bbt CLI command to the current repository or specify a target workspace and repository. This quickly retrieves all active issues across your defined project scope.

Can I create Bitbucket issues interactively using the CLI?

Yes, you can create Bitbucket issues interactively using the bbt CLI. The process uses guided interactive prompts to help you fill in the necessary issue fields before submitting the new entry to your repository.

Does the bbt CLI support the Bitbucket REST API for advanced issue filtering?

Yes, the bbt CLI supports optional Bitbucket REST API usage for advanced filtering, updating, and batch operations on issues. This enables more complex queries and bulk management actions beyond standard CLI commands.

Do I need the bbt CLI installed to automate Bitbucket issue tracking?

Yes, you need the bbt CLI installed to automate Bitbucket issue tracking with this skill. The CLI acts as the core interface for routing commands, scoping repositories, and handling interactive issue prompts.