bitbucket-pr

Manage Bitbucket pull requests using the bbt CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bitbucket PR management can be time-consuming when juggling lists, views, creations, and merges across multiple repositories. This skill streamlines PR workflows directly in Claude.

Core Features & Use Cases

  • List pull requests across repos with bbt pr list.
  • View details of a PR with bbt pr view.
  • Create new PRs with bbt pr create, including title, description, source, and destination branches.
  • Merge or decline PRs with bbt pr merge. Use cases include code reviews, collaboration across teams, and automating routine PR orchestration in Bitbucket.

Quick Start

Ask Claude to list, view, create, or merge pull requests using the bbt CLI.

Frequently Asked Questions about bitbucket-pr

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

FAQPage Schema
How do I create a Bitbucket pull request from the command line?

To create a Bitbucket pull request, use the bbt pr create command and provide the title, description, source branch, destination branch, and reviewers to initiate the code review process.

Can I list pull requests across multiple Bitbucket repositories at once?

You can list pull requests across multiple Bitbucket repositories using the bbt pr list command with repository scoping via the -R flag to filter and display PRs for specific repos.

How do I merge a pull request in Bitbucket using the CLI?

Merge a Bitbucket pull request using the bbt pr merge command, which executes the merge operation for a specified PR and can also be used to decline pending requests.

Do I need the bbt CLI installed to manage Bitbucket PRs?

Yes, the bbt CLI is required to manage Bitbucket PRs, as this skill automates pull request operations by executing bbt commands like pr list, pr view, pr create, and pr merge.

What's the best way to automate code review workflows in Bitbucket?

Automate Bitbucket code review workflows by orchestrating bbt CLI commands to list, view, create, and merge pull requests across repositories, streamlining routine collaboration tasks.