1
bb how to use
Alexey Efimchik edited this page 2026-04-02 10:48:12 +07:00

👩‍💻 Code Review with Kodo

Kodo is an AI reviewer that automatically checks your code in Pull Requests and answers questions about the code.

🚀 Getting Started

To get an AI review on your Pull Request:

  1. Push your branch to the remote repository
  2. Create a Pull Request
  3. Add @kodobot as a reviewer

That's it — Kodo will automatically review your code once added.

🔁 Starting a Review Manually

If you need to re-run the review or trigger it at a specific moment, just run the review pipeline manually using the Bitbucket UI.

⏭️ Skipping the Review

Don't want Kodo to review a specific PR? Simply don't add @kodobot as a reviewer.

Want to disable the review even if @kodobot is added? Add [no ai] to the commit text:

AR001: Fixed typo in README [no ai]

Kodo will not trigger on this commit.

💬 Asking Kodo a Question

You can ask Kodo anything about the code directly in a PR comment:

@kodobot what does this function do?
@kodobot is there a risk of a race condition here?

Kodo will respond in the comments after manually running the pipeline review script.