DEV Community

Cover image for Bitbucket cloud AI Code Review
Jay Elsheikh
Jay Elsheikh

Posted on

Bitbucket cloud AI Code Review

Hi everyone,

I’m excited to announce that I’ve extended the support of ThinkReview browser extension to support Bitbucket Cloud and Bitbucket DataCenter. This extension performs code reviews on your Pull Requests in the browser

The extension is open-source and powered by Ollama, along with the latest frontier LLMs.

Github Repo https://github.com/Thinkode/thinkreview-browser-extension

*Chrome extension : *

https://chromewebstore.google.com/detail/thinkreview-ai-code-revie/bpgkhgbchmlmpjjpmlaiejhnnbkdjdjn

Firefox extension :

https://addons.mozilla.org/en-US/firefox/addon/thinkreview-code-review

For Bitbucket cloud :

  1. You need to generate a bitbucket API Token with scopes (read:repository:bitbucket , read:pullrequestBitbuket)

  2. In ThinkReview extension you will need to add your email and API token there
    your email and token is saved locally in your browser local storage and never sent to the cloud

Here's how to create the API token for Bitbucket cloud
https://thinkreview.dev/docs/bitbucket-integration

Add Bitbucket cloud credentials in thinkreview extension

generate AI code review in bitbucket

For Bitbucket data center

  1. you need to go to extension settings
  2. Add custom domain of your bitbucket
  3. Add http access token (https://thinkreview.dev/docs/bitbucket-data-center)

Add Bitbucket datacentrer credentials in thinkreview extension

Top comments (0)