What problem does it solve?
This Skill prevents semantic regressions during merges, rebases, cherry-picks, and branch synchronization by resolving conflicts according to the intended behavior and preserving a documented integration trail.
Core Features & Use Cases
- Intent-Based Integration: Investigate both branches, classify overlapping changes, and synthesize compatible behavior instead of choosing conflict sides mechanically.
- Safety and Escalation: Identify data-contract changes, test expectation shifts, generated-output changes, stale references, and other decisions that require user approval.
- Workflow Support: Handle standalone merges as well as orchestrated workflow synchronization with task-local sync records, reviewer verification, and semantic coherence checks.
- Use Case: When a feature branch and a baseline branch both modify a data pipeline, use this Skill to inspect their intent, preserve valid changes, escalate conflicting schema decisions, regenerate affected outputs, and verify that stale references are removed.
Quick Start
Ask the semantic-merge skill to integrate the incoming branch into the current branch and report any intent-changing decisions that require approval.