What problem does it solve?
This Skill helps manage the complex process of integrating changes from a main development branch into a feature-specific branch (vipps), ensuring that valuable generic improvements are adopted while respecting branch-specific constraints.
Core Features & Use Cases
- Commit Review: Analyzes commits present in
main but missing in vipps.
- Decision Making: Provides clear recommendations (adopt, partial adopt, skip, supersede) for each commit based on defined constraints.
- Integration Planning: Generates an actionable plan for integrating selected commits, including cherry-picking and manual porting guidance.
- Use Case: When a new set of general performance improvements are merged into
main, this skill helps you decide which of those improvements should be brought into the vipps branch, considering its unique workflow requirements.
Quick Start
Review commits present on main but missing from vipps, evaluate value under vipps constraints, and produce commit-by-commit adopt/partial/skip recommendations.