j5ik2o-gh-pr-resolve-conflicts

Installation
SKILL.md

GitHub PR Resolve Conflicts

Trigger

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.

Workflow

  1. Confirm a merge or rebase conflict is in progress, then detect all conflicting files from git status and conflict markers.
  2. Resolve each conflict with minimal, correctness-first edits.
  3. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable.
  4. Regenerate lockfiles with package manager tools instead of hand-editing.
  5. Run compile, lint, and relevant tests.
  6. Verify that no unmerged paths or conflict markers remain.
  7. Stage resolved files and summarize key decisions.

Guardrails

Installs
4
Repository
j5ik2o/ai-tools
GitHub Stars
27
First Seen
Jul 15, 2026
j5ik2o-gh-pr-resolve-conflicts — j5ik2o/ai-tools