What problem does it solve?
Rebasing a pull request against a fast-moving production branch often produces merge conflicts that require understanding both sides' intent. This Skill automates that resolution by analyzing the PR's purpose and the production commits' rationale, then producing merged file content.
Core Features & Use Cases
- Intent-Aware Conflict Resolution: Reads the PR title, description, and production commit PRs to understand why each side changed before merging.
- Three-Way File Analysis: Compares merge-base, PR-head, and production-head versions of each conflicting file, including rename and deletion cases.
- Confidence-Gated Output: Returns resolved files only when confidence is high; flags ambiguous cases as medium or low for human review.
- Use Case: A documentation PR conflicts with production changes to the same MDX file. The Skill looks up the production PR that caused the conflict, merges both edits into valid MDX, and returns the resolved content with a confidence rating.
Quick Start
Resolve the merge conflicts for this pull request using the provided PR metadata, commit SHAs, and conflict file versions, then return the merged files with a confidence assessment.