Blog
YAML Config
cubic.yaml: AI review settings as code
Paul Sanglé-Ferrière
Jan 15, 2026
If you care about review quality, you probably care about configuration. And if you care about configuration, you probably want it version-controlled, reviewable, and consistent across the team.
Until now, cubic settings lived in our UI. That worked, but it also meant your review config wasn’t treated like the rest of your engineering work.
Starting today, it can be.
Introducing cubic.yaml
cubic.yaml is a single config file in your repo root that controls how cubic reviews your code.
Getting started
If you already configured cubic in the UI, download a
cubic.yamlfrom the portal with your existing settingsCommit it to your repo
cubic automatically applies it on every PR
Anything configurable in the cubic UI can also be configured in the yaml.
Precedence and safety
If
cubic.yamlis present, it takes precedence over UI settingsIf it’s missing or invalid, cubic falls back to your UI settings so nothing breaks
Editing experience
We added validation support for VS Code, Cursor, and JetBrains so you get autocomplete and errors as you type.

