setup-end-to-end

Automate worktree setup, configuration, and testing for Odoo addons.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/WOOWTECH/odoo-addon-woow-paas-platform --skill setup-end-to-end
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-end-to-end
Source: https://github.com/WOOWTECH/odoo-addon-woow-paas-platform/tree/main/.claude/skills/setup-end-to-end
Command: npx skills add https://github.com/WOOWTECH/odoo-addon-woow-paas-platform --skill setup-end-to-end

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete, repeatable process to set up a worktree development environment for Odoo addons, eliminating manual setup drift and configuration inconsistencies.

Core Features & Use Cases

  • Automated worktree creation and environment configuration using the included scripts.
  • Automatic port and database naming based on the feature branch to ensure isolation.
  • One-shot startup of Odoo and core modules with support for parallel worktree testing.
  • Example: a developer starts epic/workspace-api and runs the setup to launch a ready-to-use environment.

Quick Start

Create a new worktree, configure the environment, and start the Odoo development environment.

Frequently Asked Questions about setup-end-to-end

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

FAQPage Schema
How do I automate worktree setup for Odoo addon development?

Automating worktree setup for Odoo addons uses scripts to provision environments, assign isolated ports and databases based on branch names, and start Odoo with core modules ready for testing.

How does worktree environment isolation work for parallel Odoo feature branches?

Worktree environment isolation works by automatically assigning unique ports and database names based on the feature branch, ensuring parallel Odoo testing environments remain completely independent.

Can I run multiple Odoo worktrees in parallel for testing different features?

Yes, you can run multiple Odoo worktrees in parallel. The setup automatically provisions isolated ports and databases for each feature branch to support parallel testing without conflicts.

What is the best way to configure and start Odoo for module installation testing?

The best way to configure and start Odoo for module installation testing is using an automated one-shot setup that handles environment configuration, startup, and readiness verification for the addons.

Do I need Docker to provision a parallel Odoo worktree environment?

Docker is commonly used for Odoo environment provisioning and testing automation. This setup automates end-to-end worktree creation and validation, eliminating manual configuration drift across parallel feature branches.