What problem does it solve?
This Skill helps you finish the full merge-conflict resolution workflow on an active pull request instead of only identifying the conflict. It guides the branch through merging the base branch, reconciling file differences, validating the result, and pushing the updated branch back to the remote.
Core Features & Use Cases
- PR Context Inspection: Checks the current branch and PR metadata so the right branch is being repaired.
- Local Conflict Reconciliation: Merges the base branch locally and carefully resolves conflicted files without discarding intentional work.
- Validation and Push: Runs targeted validation, completes the merge commit, and pushes the updated branch.
- Use Case: A pull request shows merge conflicts after new changes land in the base branch, and you want the conflicts resolved, validated, committed, and pushed in one pass.
Quick Start
Use the resolve-merge-conflicts skill to inspect the PR, merge the base branch locally, resolve conflicts, validate the result, and push the updated branch.