CtrlK
BlogDocsLog inGet started
Tessl Logo

odoo-migration-helper

Step-by-step guide for migrating Odoo custom modules between versions (v14→v15→v16→v17). Covers API changes, deprecated methods, and view migration.

59

Quality

69%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/odoo-migration-helper/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%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 body is well-structured and actionable, with concrete before/after examples and version-specific tables. Its weakest point is workflow clarity: the migration procedure is not presented as an explicit ordered sequence with validation checkpoints, which matters for a destructive/batch-style operation.

Suggestions

Replace the high-level Activate/Analyze/Validate flow with an explicit ordered migration procedure (e.g., 1. bump __manifest__.py version, 2. migrate attrs→inline expressions, 3. migrate chatter, 4. run --update, 5. validate) with validation checkpoints between steps.

Tighten the Overview to remove restated context Claude already knows (what Odoo migration entails), keeping only the skill's scope.

Make vague table rows actionable (give the changed _render_qweb_pdf signature and the v16 line-aggregation rule) or move them to a reference file.

DimensionReasoningScore

Conciseness

Largely efficient: tables for version deltas and tight before/after code blocks earn their tokens, with only minor padding in the Overview/How-It-Works prose; not a 5 because the Overview restates context Claude already knows.

4 / 5

Actionability

Provides concrete, executable before/after XML and Python examples plus specific commands ('--update=your_module', 'npm run validate'); not a 5 because several table rows are vague ('signature changed', 'Line aggregation rules updated') without actionable detail.

4 / 5

Workflow Clarity

A rough interaction sequence exists (Activate/Analyze/Validate) and validation commands appear in Best Practices, but the actual migration procedure is not laid out as an ordered sequence with explicit checkpoints, and migration is a batch/destructive-style operation requiring validation gates — matching the 'steps listed but checkpoints implicit' anchor and the cap guidance.

3 / 5

Progressive Disclosure

Well-organized into clear sections (When to Use, How It Works, version tables, Examples, Best Practices, Limitations) with no bundle files and all content appropriately inline for a ~95-line skill; not a 5 because it slightly exceeds the simple-skill line and a couple of reference tables could optionally be externalized.

4 / 5

Total

15

/

20

Passed

Description

70%Weight 40%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 specific and distinctive, naming concrete migration concerns and an explicit version path. Its main weakness is the absence of an explicit 'Use when...' trigger clause, which caps completeness.

Suggestions

Add an explicit 'Use when...' clause (e.g., 'Use when upgrading or porting an Odoo custom module from v14/15/16 to v17, or fixing post-upgrade deprecation warnings').

Include natural synonyms users say ('upgrade', 'port', 'Odoo.sh upgrade') to broaden trigger coverage.

Name one or two more concrete migration actions (e.g., '__manifest__.py version bump', 'OWL component migration') to push specificity toward comprehensive.

DimensionReasoningScore

Specificity

Names the domain ('migrating Odoo custom modules between versions (v14→v15→v16→v17)') and several specific action areas ('API changes, deprecated methods, and view migration'), matching the 'lists several specific actions; minor gaps' anchor; not a 5 because coverage of migration concerns is not exhaustive.

4 / 5

Completeness

Has a clear 'what' but no explicit 'Use when...' trigger clause, so per the judging guidelines completeness is capped at 3; the 'when' is only weakly implied by the version path.

3 / 5

Trigger Term Quality

Includes natural terms a user would say ('migrating Odoo custom modules', explicit version path 'v14→v15→v16→v17', 'deprecated methods') with good keyword coverage; not a 5 because common synonyms like 'upgrade', 'port', or 'Odoo.sh' are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (Odoo custom-module migration across an explicit v14→v17 path) with distinct, version-specific triggers and minimal overlap with other skills.

5 / 5

Total

16

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

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.