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.

Consult the package 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
3
First Seen
1 day ago
integrate — nemostein/skills