integrate-worktrees
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard git operations to automate the merging and cleanup of linked worktrees without using dangerous flags or hidden scripts.
- [SAFE]: It includes rigorous context verification steps, ensuring the agent is in the main repository root and on the correct branch before performing any operations.
- [SAFE]: A pre-flight check is performed on all selected worktrees to detect uncommitted changes, preventing potential data loss or merge issues.
- [SAFE]: The skill explicitly avoids destructive or forced operations, specifically prohibiting
--forcefor pushes and-Dfor branch deletions.
Audit Metadata