What problem does it solve?
Ensures that multiple worktree branches and task implementations merge cleanly, cooperate correctly across interfaces, and meet integration and security standards before any CI push or production change.
Core Features & Use Cases
- Merge orchestration: Merge parallel worktree branches into a feature branch according to a branch map and stop on any merge conflicts.
- Cross-task integration review: Run an integration reviewer and a security-integration reviewer in parallel, produce file:line actionable findings, and converge issues into fix tasks routed back through the pipeline.
- CI gating and fix cycles: Optionally push to CI after user approval, present CI failures, and generate CI-specific fix tasks that must pass before acceptance.
- Use Case: When several engineers finish their tasks for a feature, run this Skill to combine branches, find interface mismatches and security gaps, and gate the combined branch behind human-approved integration and CI checks.
Quick Start
Merge the feature branches, run integration and security reviewers, present findings, and ask me to create fix tasks or push to CI after you approve the integration review.