synthesize
Synthesis Skill
VCS Provider
This skill uses VCS operations through Exarchos MCP actions (create_pr, merge_pr, list_prs, check_ci, etc.).
These actions automatically detect and route to the correct VCS provider (GitHub, GitLab, Azure DevOps).
No gh/glab/az commands needed — the MCP server handles provider dispatch.
Not to be confused with the integration merge. This skill calls
merge_prto land a user-facing PR onmainvia the VCS provider — a remote operation. The upstream sibling isserialize_merge(@skills/merge-orchestrator/SKILL.md): the integration-merge path that holds a single-writer lease and composes a localgit mergeof a subagent worktree branch onto the integration branch during thedelegate → merge-pending → delegateHSM loop (rawmerge_orchestrateis that composed executor / the non-integration path). Synthesize never invokesserialize_mergeormerge_orchestrate; merge-pending never invokesmerge_pr.
Overview
Submit stacked PRs after review phase completes. The prepare_synthesis composite action consolidates readiness checks, stack verification, test validation, and quality signal analysis into a single call -- eliminating the multi-script coordination that historically caused synthesis failures.
Prerequisites:
- All delegated tasks complete with reviews passed (spec + quality)
- The integration branch already exists from delegation phase
- Task branches present and pushed to remote