CtrlK
BlogDocsLog inGet started
Tessl Logo

odoo-performance-tuner

Expert guide for diagnosing and fixing Odoo performance issues: slow queries, worker configuration, memory limits, PostgreSQL tuning, and profiling tools.

56

Quality

63%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/antigravity-bundle-odoo-erp/skills/odoo-performance-tuner/SKILL.md

The canonical home for this skill is odoo-performance-tuner in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

57%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill provides genuinely useful, concrete Odoo performance tuning guidance with real configuration values and executable SQL. Its main weaknesses are unnecessary framing content (overview, activation instructions), missing validation/verification steps in workflows, and a monolithic structure that could benefit from splitting into referenced sub-files. The best practices and limitations sections add real value.

Suggestions

Remove or drastically shorten the 'Overview', 'When to Use This Skill', and 'How It Works' sections — they explain things Claude already knows and consume tokens without adding actionable value.

Add explicit validation checkpoints: after odoo.conf changes ('restart Odoo, verify worker count with `ps aux | grep odoo`'), after adding indexes ('run EXPLAIN ANALYZE on the slow query to confirm improvement'), and after profiler analysis ('re-profile after fix to confirm improvement').

Add a concrete Python code example for ORM optimizations (e.g., before/after showing N+1 query fix with `mapped()` or `@ormcache` usage) to match the actionability of the SQL examples.

Consider splitting detailed PostgreSQL tuning queries and profiler instructions into separate referenced files to improve progressive disclosure and keep the main SKILL.md as a concise overview.

DimensionReasoningScore

Conciseness

The overview and 'How It Works' sections explain things Claude doesn't need (what the skill does, when to use it, how to 'activate' it). The examples themselves are efficient and valuable, but the framing adds unnecessary tokens. The 'When to Use This Skill' and 'How It Works' sections are largely filler.

3 / 5

Actionability

The skill provides concrete, executable SQL queries, real odoo.conf settings with specific values and formulas, and step-by-step profiler instructions. Minor gaps include no executable Python code for ORM optimizations (mapped/filtered/ormcache are mentioned but not demonstrated with code examples).

4 / 5

Workflow Clarity

The SQL example has a clear 4-step sequence, and the profiler example has numbered steps. However, there are no validation/verification checkpoints — e.g., after changing odoo.conf there's no 'restart and verify workers spawned correctly' step, and after adding indexes there's no 'run EXPLAIN ANALYZE to confirm improvement' step. For production server tuning (a potentially destructive/batch operation), this absence is notable.

3 / 5

Progressive Disclosure

The content is reasonably structured with clear sections, but everything is inlined in a single file with no references to supporting files. The PostgreSQL tuning, profiler usage, and worker configuration could each warrant their own reference files. The PGTune external link is a good touch, but the skill would benefit from splitting detailed examples into separate files.

3 / 5

Total

13

/

20

Passed

Description

70%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is reasonably strong, naming a clear domain (Odoo performance) with several specific sub-topics. Its main weakness is the absence of an explicit 'Use when...' clause, which limits completeness and makes it harder for Claude to know exactly when to select this skill. Adding trigger phrases and a few more natural user terms would elevate it significantly.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user reports Odoo slowness, timeouts, high memory usage, or asks about PostgreSQL optimization for Odoo.'

Include additional natural trigger terms users might say, such as 'Odoo is slow', 'timeout', 'out of memory', 'OOM kill', 'cron performance', or 'longpolling'.

DimensionReasoningScore

Specificity

Lists several specific areas: slow queries, worker configuration, memory limits, PostgreSQL tuning, and profiling tools. These are concrete topics, though it says 'diagnosing and fixing' rather than listing specific actions like 'analyze query plans' or 'configure worker counts'.

4 / 5

Completeness

Clearly answers 'what' (diagnosing and fixing Odoo performance issues across several domains), but has no explicit 'when' clause. There is no 'Use when...' guidance, which per the rubric caps completeness at 3.

3 / 5

Trigger Term Quality

Includes good natural keywords like 'slow queries', 'worker configuration', 'memory limits', 'PostgreSQL tuning', 'profiling tools', and 'Odoo performance'. Missing some common user phrases like 'Odoo is slow', 'timeout', 'OOM', 'out of memory', 'longpolling', or 'cron jobs'.

4 / 5

Distinctiveness Conflict Risk

Highly distinctive — the combination of 'Odoo' with specific performance topics like worker configuration, PostgreSQL tuning, and profiling tools creates a clear niche that is unlikely to conflict with other skills.

5 / 5

Total

16

/

20

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.