odoo-code-review

Automate Odoo code review for bugs, conventions, security, and performance.

7|4|Updated May 19, 2026
One-click install
npx skills add https://github.com/Viindoo/odoo-mcp-client --skill odoo-code-review-viindoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odoo-code-review
Source: https://github.com/Viindoo/odoo-mcp-client/tree/main/plugins/odoo-ai-agents/skills/odoo-code-review
Command: npx skills add https://github.com/Viindoo/odoo-mcp-client --skill odoo-code-review-viindoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires odoo-semantic-mcp, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the review of Odoo code for bugs, convention violations, security issues, and performance bottlenecks, saving developers time and reducing the risk of code-related issues.

Core Features & Use Cases

  • Static Code Analysis: Identifies bugs, code conventions, security vulnerabilities, and performance issues in Odoo code.
  • Automated Review: Dispatches code reviews to specialized agents that analyze code for specific issues.
  • Use Case: Use this Skill to review a pull request or a local codebase for potential issues before merging or deploying.

Quick Start

Run the 'odoo-code-review' skill with the PR number or local path to review the code.

Frequently Asked Questions about odoo-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Odoo code review for bugs and security vulnerabilities?

You can automate Odoo code review by running a static analysis skill with a pull request number or local path to detect bugs, convention violations, security vulnerabilities, and performance bottlenecks.

What is static analysis for Odoo development workflows?

Static analysis for Odoo development workflows is the automated process of scanning codebases to identify bugs, convention violations, security vulnerabilities, and performance issues before merging or deploying changes.

Do I need the odoo-semantic-mcp server to review my Odoo codebase?

Yes, you need the odoo-semantic-mcp server running because the Odoo code review process requires it to provide MCP-enriched findings during the specialized static analysis of your codebase.

Can I use this automated review to check a local Odoo codebase before deployment?

Yes, you can review a local Odoo codebase before deployment by providing the local path to the skill, which dispatches specialized agents to analyze your code for potential issues.

How does the automated code analysis handle performance and convention checks?

The automated code analysis handles performance and convention checks by dispatching specialized agents that apply static analysis to your Odoo code, identifying bottlenecks and convention violations.

What are the limitations of using automated static analysis for Odoo code?

The main limitation of automated static analysis for Odoo code is the strict dependency on the odoo-semantic-mcp server, which is required to generate the MCP-enriched findings for your review.