From github
Resolve unresolved GitHub PR merge conflicts non-interactively after integrating the latest base branch, validate the build and relevant tests, and stage the resolution. Use when git reports unmerged paths or conflict markers while preparing a PR. Do not use when the PR is already mergeable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github:j5ik2o-gh-pr-resolve-conflictsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The current PR branch has unresolved merge conflicts after attempting to integrate its base branch and needs a reliable path back to a buildable state.
The current PR branch has unresolved merge conflicts after attempting to integrate its base branch and needs a reliable path back to a buildable state.
npx claudepluginhub j5ik2o/ai-tools --plugin githubResolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
Resolve git merge conflicts correctness-first, then verify the tree builds and tests pass. Activates on merge, rebase, cherry-pick, or stash pop conflicts.
Resolves merge conflicts file-by-file using modern git features. Handles PR-based merges, accepts one side wholesale, and can push after resolution.