merge-conflict-resolver/SKILL.md
Resolve git merge conflicts using deterministic rules that preserve correct functionality. Use when branch consolidation encounters merge conflicts and needs automated resolution guidance that reads both parent versions and applies scenario-specific strategies.
npx skillsauth add laitszkin/apollo-toolkit merge-conflict-resolverInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
commit-and-push when the user expects the resolved tree to be committed or pushed—MUST run that skill for the submission leg instead of bare git commit / ad-hoc push when readiness gates apply.commit-and-push is unavailable, MUST stop and report.commit-and-push when persisting to git.-X ours/-X theirs as the default strategy; only for narrowly justified conflicts after reading the actual content.| Scenario | Resolution | |----------|-----------| | Same line, both branches changed behavior | Read both code paths and compose merged logic preserving the verified invariant | | Same line, bug fix vs refactor | Keep the bug fix, reapply compatible refactor structure | | File deleted in one, modified in other | Keep version supported by current references/tests; delete only if proven correct | | Both modified same file differently | Preserve both when compatible; manually compose overlapping changes | | Test files conflict | Preserve both coverages unless one assertion is obsolete | | Config file (non-overlapping keys) | Keep both values | | package.json dependency | Keep higher version if compatible | | Same function added differently | Keep both; rename if needed |
git add <resolved-files>development
Read a user-specified PDF that marks the week's key financial events, deeply research each marked event with current sources, capture any additional breaking financial developments, and produce a concise Chinese-capable PDF briefing that explains what happened and why it matters.
documentation
Generate long-form videos (more than 10 minutes) by following user instructions and invoking related skills only when needed (`openai-text-to-image-storyboard`, `docs-to-voice`, `remotion-best-practices`). For text inputs, extract a complete long-form story arc, generate fresh storyboard images (no reuse of previously generated pictures), and render a 16:9 animated long-form video.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。
development
Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.