2
how to use
Alexey Efimchik edited this page 2026-03-12 18:36:34 +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 in Gitea
  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 mention @kodobot in any PR comment:

@kodobot please review

⏭️ 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 (e.g. when using CODEOWNERS)? Add [no ai] to the Pull Request title:

[no ai] Fix typo in README

Kodo will not trigger on this PR — neither on creation nor on new pushes.

💬 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 reply in the comments.