integrate

Installation
SKILL.md

Integrate

Finish the managed round trip by landing completed work on its recorded base and removing the isolated branch and folder.

integrate is a companion to isolate; install both skills from the same source. Consult the lifecycle contract when recovering from failure or changing package behavior; the steps below are the execution path.

Steps

  1. Verify the isolated task from its worktree.

    Run the task's required final verification. Ensure all intended isolated work is committed. The base worktree may have local changes; Git will reject an integration that would overwrite them.

    This step is complete only when the verification outcome is known and the isolated worktree is clean.

  2. Preview integration.

    Resolve <repo-root> with git rev-parse --show-toplevel from the current checkout. Pass the managed branch; its worktree and base come from isolate metadata.

    PowerShell:

Installs
4
First Seen
Jul 17, 2026
integrate — nemostein/skills