Page:
bb how to use
Pages
Home
ai reviewer output format
bb configuration parameters
bb extension of rules
bb faq troubleshooting
bb how to integrate
bb how to use
bb limitations and best practices
bb overriding rules
bb placeholder system
bb review template performance
bb review template security
bb review template tech writer
configuration parameters
extension of rules
faq troubleshooting
how to integrate
how to use
limitations and best practices
local kodo tool
local overriding settings
overriding rules
placeholder system
review template performance
review template security
review template tech writer
reviewer token
Clone
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:
- Push your branch to the remote repository
- Create a Pull Request
- Add
@kodobotas 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.
🤖 Kodo AI Reviewer
📚 Gitea
👩💻 Developer
🧑🔧 Tech Lead
- CI/CD Integration
- Extension of Existing Review Rules
- Overriding Review Rules
- Troubleshooting
- Configuration and Parameters
📚 Bitbucket
👩💻 Developer
🧑🔧 Tech Lead
- CI/CD Integration
- Extension of Existing Review Rules
- Overriding Review Rules
- Troubleshooting
- Configuration and Parameters