.agent/skills/complex-merge/SKILL.md
Structured workflow for merging significantly diverged branches. Use when either branch has changed 100+ files, a dry-run merge produces 10+ conflicts, or the other branch refactored core interfaces your branch consumes.
npx skillsauth add oaknational/oak-open-curriculum-ecosystem complex-mergeInstall 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.
Load .agent/skills/complex-merge/shared/complex-merge.md and enforce its
7-phase process in the current session.
.agent/skills/complex-merge/shared/complex-merge.md..agent/rules/pre-merge-divergence-analysis.mddocs/engineering/pre-merge-analysis.mdpnpm check as the final verification gate.If type-check fails after merge, do not proceed to further phases. Diagnose the break using the gap analysis findings. If the break was not predicted by gap analysis, add it to the session napkin as a process improvement.
tools
When and how to use git worktrees for isolated work.
documentation
TSDoc and documentation workflow for canonical source comments, README updates, and ADR touchpoints.
development
Structured debugging workflow: reproduce, isolate, hypothesise, verify, fix, regression test.
data-ai
Load the shared thorough start-right workflow from `.agent/skills/start-right-thorough/shared/start-right-thorough.md`.