Merge Orchestrator Skill Local Git, Not Remote VCS This skill performs local of a source (subagent) worktree branch into a target (integration) branch, recording a rollback SHA so a can undo the merge on any failure. It does not call the VCS provider (GitHub / GitLab / Azure DevOps) and does not require a PR id. For remote PR merging, see the companion skill that wraps the action. The mental model and the rationale for why these are two separate concerns are documented in . Overview This skill activates whenever an operator (or an automated dispatcher) invokes the action against Exarchos MCP.…