Built this after getting frustrated that most AI code review tools skip Bitbucket entirely – they're all GitHub-first, GitLab-second, Bitbucket-never.
It uses Claude CLI instead of the API, which means no per-token costs (just your existing Claude subscription). The tool receives Bitbucket webhooks, clones the repo locally, and posts review comments directly to PRs.
Key features:
Works with Bitbucket Cloud, Server, and Data Center
Sequential PR processing with Prometheus metrics
Customizable review templates (security-focused, performance, quick review)
Your code never leaves your infrastructure
Setup takes ~5 minutes with the interactive wizard.
GitHub: https://github.com/TinTinWinata/bitbucket-automatic-pr-revie...