What problem does it solve?
This Skill automates the process of updating your current branch with the latest changes from the main branch and resolving any merge conflicts that arise, ensuring your codebase stays synchronized and functional.
Core Features & Use Cases
- Automatic Branch Update: Fetches the latest changes from
origin/main and merges them into your active branch.
- Conflict Detection & Resolution: Identifies merge conflicts and provides a structured approach to resolving them based on predefined strategies.
- CI Verification: Runs the full Continuous Integration pipeline after resolution to ensure code integrity.
- Use Case: When working on a feature and needing to incorporate recent updates from
main, this skill handles the merge and conflict resolution, preventing integration issues.
Quick Start
Use the resolve-merge skill to update the main branch and merge it into the current branch, resolving any conflicts.