Skip to main content

Slash commands

Slash commands let collaborators control Qodex directly from a pull request. Use the canonical GitHub mention, @qodex-ai; Qodex still accepts the older @qodex spelling for existing PRs, but new commands should use @qodex-ai. On GitHub, collaborators with write access can run commands. Qodex reacts to a recognized command, then posts an acknowledgement or result on the PR. On GitLab, use the handle of the connected bot account; approve is not available for merge requests.

Commands

Re-review behavior

Use review after a fix, a policy change, or a preview-deployment change. When Qodex has a prior successful review, ordinary automatic re-reviews focus on the changed delta and retain earlier findings. full review deliberately bypasses that incremental behavior.

Parser rules

  • The first command in a comment wins; put only one command in each comment.
  • Blockquote and list prefixes are accepted, so > @qodex-ai review and - @qodex-ai review work.
  • Commands are case-insensitive.
  • A plain-English reply to a Qodex finding is treated as review feedback, not as a command. Qodex can use that feedback as repository-specific review context.

How a review fires

Inline findings

.qodex.yaml reference

Troubleshooting