integrate

Merge worktree branches and run integration and security reviewers before CI.

36|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dfrysinger/qrspi-plus --skill integrate-dfrysinger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate
Source: https://github.com/dfrysinger/qrspi-plus/tree/main/skills/integrate
Command: npx skills add https://github.com/dfrysinger/qrspi-plus --skill integrate-dfrysinger

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about integrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge multiple worktree branches and verify cross-task integration before pushing to CI?

To verify cross-task integration, you merge parallel worktree branches into a feature branch using a parallelization branch map, which stops on any merge conflicts. The process then runs integration and security reviewers to produce file:line findings before pushing to CI.

What is the best way to gate CI until feature branches pass integration and security review?

The best way to gate CI is to require explicit user approval after integration and security reviewers finish producing file:line findings. Only after you approve the integration review can the combined branch optionally push to CI and present any failures for generating fix tasks.

Do I need design and structure documents to merge parallel worktree branches?

Yes, merging parallel worktree branches requires approved design, structure, and parallelization branch map artifacts. These documents ensure multiple task implementations merge cleanly and cooperate correctly across interfaces before meeting integration standards.

How do I resolve interface mismatches found during cross-task integration review?

Interface mismatches found during cross-task integration review are converged into fix tasks routed back through the pipeline. The integration and security-integration reviewers produce actionable file:line findings to guide these required fixes.

How are CI failures handled after pushing a combined feature branch?

CI failures are presented directly after the push and generate CI-specific fix tasks that must pass before acceptance. This ensures the combined worktree branches meet all integration and security standards before any production change.

When should I not use an automated worktree merge for feature integration?

You should avoid automated worktree merge if you lack approved design, structure, and parallelization branch map artifacts, or if your feature does not require combining multiple parallel task branches validated by integration and security reviewers.