parallel-dispatch-merge
CommunityMerge parallel branches safely, one gate at a time
Software Engineering#quality gates#conflict resolution#git worktrees#CI workflow#squash merge#parallel dispatch#DAG ordering
Authorirahardianto
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents broken or conflict-prone merges when an orchestrator runs multiple worktree branches in parallel and then needs to integrate them back into main reliably.
Core Features & Use Cases
- Deterministic merge ordering from a DAG: merges dependency-required branches first to preserve downstream correctness.
- Quality-gated sequential integration: runs an explicit quality gate after each merge so failures stop the pipeline early and attribute fixes to the right scope.
- Clear conflict classification and resolution workflow: distinguishes textual, semantic, structural, and integration conflicts to apply the right strategy.
- Worktree naming convention for multi-instance dispatches: enforces scope-qualified worktrees like .wt/<agent>-<scope> to keep parallel instances unambiguous.
- Read-only node handling: documents how read-only nodes pass findings forward without requiring merge steps.
Quick Start
Use the parallel-dispatch-merge skill when your agent runs N parallel worktree branches and you need to merge them back into main in dependency order with a quality gate after each merge.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: parallel-dispatch-merge Download link: https://github.com/irahardianto/awesome-agv/archive/main.zip#parallel-dispatch-merge Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.