What problem does it solve?
This Skill helps resolve GitHub pull request merge conflicts safely without dropping intended changes, especially when a PR comment or local workflow needs a non-interactive repair path.
Core Features & Use Cases
- Conflict-aware merge flow: Checks out the PR branch, merges the base branch by default, and only continues when real merge conflicts are detected.
- Safe source and lock-file handling: Preserves both sides of source changes when possible and regenerates package lock files through the correct package manager when needed.
- Validation and reporting: Runs basic tests and lint checks where available, then pushes the resolved branch and reports what changed.
- Use Case: A reviewer flags a PR as conflicted, and this Skill restores a clean branch, resolves the overlap, validates the result, and prepares it for merge.
Quick Start
Use this skill to resolve the current PR conflict non-interactively, regenerate any affected lock files, run validation, and push the repaired branch.