worktree
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill manages the git environment through various subprocess calls, including
git worktree,git rev-parse, andgit statusto ensure proper isolation and detection of existing worktrees. - [COMMAND_EXECUTION]: It utilizes the vendor-provided
doctrineCLI tool for provisioning, forking, and coordinating worktrees (e.g.,doctrine worktree fork,doctrine worktree coordinate). - [COMMAND_EXECUTION]: The skill facilitates the execution of local, project-specific verification commands (e.g.,
just check) to validate the environment baseline before handing over the workspace. - [SAFE]: Implements several security-focused best practices, including mandatory checks for uncommitted files before spawning and branch-point verification to ensure consistency between the orchestrator and worker states.
Audit Metadata