Skip to content

CI Commands

Tahmid Ahmed edited this page Jan 8, 2026 · 3 revisions

Staging

All PRs must be tested in our staging environment to make sure that it won't break anything (if there's a reason it cannot be tested in staging, it must be indicated in the PR description).

To trigger deployment to staging, you just have to comment /deploy as a comment in the PR.

Note

It should be a regular comment inside of the first page of the PR; writing the command as a review on a file or line(s) will not trigger deployment.

AI Code Review

The following slash commands can be used in PR comments to trigger AI-powered code review:

Command Description
/ai Triggers all AI review commands (/review, /describe, /improve) at once
/review Triggers an AI review of the PR changes
/describe Generates an AI-powered description of the PR
/improve Provides AI-powered suggestions

These commands use Qodo PR-Agent and integrate with Notion to include task context in reviews.

Clone this wiki locally