Odoo Code Review

Odoo-specific PR review: ORM/sudo/security/performance checklist plus the official Odoo 19 style guide.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 0a555d3

Fed it a deliberately buggy plant.order model (manual cr.commit(), unrestricted sudo().search(), create() in a loop, bare except, missing @api.depends); both baseline and skill caught the obvious anti-patterns, but the skill's forced severity table + checks-run/residual-risks sections produced a materially more auditable, guideline-cited report than a free-form review of the same file.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What Odoo Code Review does

Structures a code review for Odoo addons around correctness, security (ACLs, record rules, sudo() leaks), performance (loop-bound ORM calls, N+1), migrations, and tests, backed by a bundled summary of the official Odoo coding guidelines. Triggers when reviewing Odoo modules, diffs, PRs, or changed files touching models, views, controllers, security, or OCA migrations.

How to install Odoo Code Review

git clone https://github.com/mart337i/odoo-skills.git
mkdir -p ~/.claude/skills
cp -r odoo-skills/skills/odoo-code-review ~/.claude/skills/odoo-code-review

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Odoo Code Review

  • /odoo-code-review Odoo-specific PR review: ORM/sudo/security/performance checklist plus the official Odoo 19 style guide.

It also activates on plain-language prompts like these:

  • Review this Odoo module PR for sudo() leaks and ORM issues
  • Check my Odoo addon diff for security and performance problems
  • Audit this Odoo controller code before I submit the pull request

Frequently asked questions

Is the Odoo Code Review skill free?
Yes. The skill itself is free from mart337i/odoo-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Odoo Code Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Fed it a deliberately buggy plant.order model (manual cr.commit(), unrestricted sudo().search(), create() in a loop, bare except, missing @api.depends); both baseline and skill caught the obvious anti-patterns, but the skill's forced severity table + checks-run/residual-risks sections produced a materially more auditable, guideline-cited report than a free-form review of the same file.
What is the Odoo Code Review SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install Odoo Code Review?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Odoo Code Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.