odoo-code-review

odoo-code-review is a skill for Claude Code from Viindoo/odoo-mcp-client. It costs 248 tokens per session (8,105 once invoked), scanned B, original, MIT.

A review of Odoo code written in Python, JavaScript, XML, or OWL that looks for bugs, convention issues, security risks, and performance problems.

In plain words
What is it for?
Use it to inspect pasted code, files, modules, working trees, or pull requests and receive severity-rated findings with suggested fixes.
Why use it?
It helps developers find defects and risky patterns before they reach users or become harder to change.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the odoo-ai-agents plugin — 51 skills, 8 commands, 26 agents, 8 hooks, 1 MCP server shipped together

Good fit Use it to inspect pasted code, files, modules, working trees, or pull requests and receive severity-rated findings with suggested fixes.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Viindoo/odoo-mcp-client
Claude Code
/plugin install odoo-ai-agents

Made for: Claude Code.

Or install odoo-ai-agents, the plugin that ships this one along with the rest of its 51 skills, 8 commands, 26 agents, 8 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for odoo-code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-code-review.svg)](https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-code-review)
Your own site
<a href="https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-code-review"><img src="https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 248 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,105 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00248 $0.08105
Opus 5 $0.00124 $0.04052
Sonnet 5 $0.00050 $0.01621
Haiku 4.5 $0.00025 $0.00810

Measured 4d ago against content hash dfdf4227631f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

odoo-code-review scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

`find <ISOLATE_DIR>/reviews/ -mindepth 1 -maxdepth 1 -type d -mmin +43200 -exec rm -rf {} +`

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

plugins/odoo-ai-agents/skills/odoo-code-review/SKILL.md · 287 lines

How it starts

The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role

Developer / Tech Lead reviewing Odoo code with semantic MCP enrichment.

Out of Scope

  • Writing new code → route to odoo-coding
  • Module-level pre-upgrade audit → route to odoo-deprecation-audit
  • Override safety analysis → route to odoo-override-finding
  • Verifying a render error in a real browser → route to odoo-debug
  • Rating a rendered screen's look / UX / accessibility → route to odoo-ui-review (static source review here never judges rendered appearance)

When to invoke

Invoke the odoo-code-reviewer agent when Odoo code needs review. Review scales with change size: one module -> one reviewer; many modules -> per-module fan-out + Opus integration pass.

Two entry paths - choose before dispatching the scoper:

  • Pasted block or single file_path (not a git target): dispatch ONE odoo-code-reviewer directly (skip scoper); the block/file is the scope.
  • Git target (local tree, worktree, or PR): dispatch odoo-review-scoper first (Phase 0), then fan-out reviewers from its output. Each leg runs as an autonomous agent.

Derive TARGET from user intent:

User intent TARGET to pass
"review this" on the working tree TARGET: local
"review PR #N" or a GitHub PR URL TARGET: pr:<N> or TARGET: pr:<url>
Work lives in another worktree TARGET: worktree:<abs-path> - REQUIRED; if omitted, scoper diffs principal cwd (empty diff -> BLOCKED)
Pasted block / single file_path, no git context skip scoper (see above)

For a sibling git worktree (a node's run-integration tree, or a forward-port integration tree), the orchestrator passes its WORKTREE_PATH as TARGET: worktree:<abs-path> so review runs there, not cwd.

Node-scoped review (files-in-scope). A caller driving a plan node's review MAY supply that node's files-in-scope globs directly. Once a node can cover PART of a module, a per-module review dispatch reviews a diff WIDER than the node that actually produced it - so when files-in-scope is supplied, scope the review (and the diff the scoper/reviewer reads) to those globs rather than the whole module.

Read the full file on GitHub · 287 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +1 lines dfdf4227631f
  2. 8d ago First seen · 286 lines · 248 tokens per session scan B b8b4096eee34

Subscribe to this mod's changes

odoo-code-review is a skill published in the GitHub repository Viindoo/odoo-mcp-client (7 stars, last pushed yesterday), licensed MIT. It adds 248 tokens to every session and 8,105 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.