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 githubCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.