Feature request: Bitbucket Pipelines CI/CD integration for automated code reviews
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Our team uses Bitbucket for source control and code reviews. Currently, Claude Code supports automated PR code reviews for GitHub (via GitHub Actions and the managed Code Review feature) and GitLab (via GitLab CI/CD), but there is no support for Bitbucket. This means teams on Bitbucket cannot leverage Claude for automated code reviews in their CI/CD pipelines and must review PRs manually or switch platforms. Bitbucket is widely used in enterprise environments, and this gap leaves a significant portion of potential users without access to automated review workflows.
Proposed Solution
Add native Bitbucket Pipelines integration for Claude Code, similar to the existing GitHub Actions and GitLab CI/CD support. This would include:
- A Bitbucket Pipelines pipe or step that can be added to bitbucket-pipelines.yml to trigger Claude Code reviews on pull request creation and updates
- The ability for Claude to post review comments directly on Bitbucket PRs via the Bitbucket API
- Support for configuration options (review scope, rules, ignore patterns) consistent with the existing GitHub and GitLab integrations
- Documentation and setup guide for Bitbucket teams
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
Developer tools/SDK
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗