What problem does it solve?
This Skill automates complex Odoo git rebase operations, streamlining the process of integrating feature branches into a new base, significantly reducing manual effort and potential errors.
Core Features & Use Cases
- Feature Branch Integration: Automates the process of replaying a feature branch onto an updated base of the same Odoo version.
- Conflict Resolution: Provides intelligent conflict resolution, leveraging specialized subagents for detailed analysis and resolution.
- Test Forwarding: Automatically adapts tests to the new base, ensuring that all features are validated before integration.
- Code Review: Incorporates a code review loop to ensure code quality and adherence to standards.
- Use Case: Imagine you have a feature branch that needs to be integrated into a new Odoo base. Use this Skill to automate the rebase process, resolve conflicts, forward tests, and conduct a code review before merging.
Quick Start
Use the odoo-git-rebase skill to rebase the '17.0-feat-x' branch onto the latest '17.0' base.