bitbucket

Manage Bitbucket Cloud repositories, pull requests, comments, and tasks via API v2.0.

Updated Nov 1, 2025
One-click install
npx skills add https://github.com/vjcspy/devdocs --skill bitbucket-vjcspy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitbucket
Source: https://github.com/vjcspy/devdocs/tree/main/agent/skills/common/bitbucket
Command: npx skills add https://github.com/vjcspy/devdocs --skill bitbucket-vjcspy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies interaction with Bitbucket, enabling efficient management and review of pull requests, code, and associated tasks.

Core Features & Use Cases

  • Pull Request Management: Fetch details, list PRs, and retrieve comments and tasks.
  • Code Review Assistance: Access PR diffs and comment details for in-depth review.
  • Workflow Automation: Automate tasks related to PRs, such as fetching all review data or counting unresolved tasks.
  • Use Case: Automatically fetch all comments and unresolved tasks for a specific Bitbucket pull request to quickly assess review status.

Quick Start

Use the bitbucket skill to get all pull requests for the workspace 'my-workspace' and repository 'my-repo'.

Frequently Asked Questions about bitbucket

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

FAQPage Schema
How do I automate Bitbucket pull request workflows via API?

Automate Bitbucket pull request workflows by integrating with the Bitbucket Cloud API v2.0 to programmatically retrieve repository data, PR details, comments, and tasks for automated code review processes.

Can I fetch unresolved tasks and comments on a Bitbucket pull request?

Fetch unresolved tasks and comments on a Bitbucket pull request by querying the Bitbucket Cloud API v2.0 to retrieve specific PR information and list all associated review data for status assessment.

How do I get a pull request diff for code review in Bitbucket?

Get a pull request diff for code review in Bitbucket by accessing the PR diff data through the Bitbucket Cloud API v2.0, enabling programmatic retrieval of changes for in-depth analysis.

Do I need environment variables to authenticate Bitbucket API requests?

Authentication for Bitbucket API requests requires environment variables to securely access repository data, ensuring credentials are safely managed when interacting with the Bitbucket Cloud API v2.0.

What's the best way to list pull requests for a Bitbucket workspace?

The best way to list pull requests for a Bitbucket workspace is to query the Bitbucket Cloud API v2.0, programmatically retrieving all PR details for a specified workspace and repository.

Are there limitations when using Bitbucket Cloud API for PR automation?

Limitations when using Bitbucket Cloud API for PR automation include dependency on API v2.0 endpoints, meaning actions are constrained to fetching repository data, PR details, comments, tasks, and diffs rather than executing merges.