using-git-worktrees
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands to manage the Git environment, including directory navigation, file inspection, and dependency installation.
- Uses
git worktree addto create new workspaces. - Executes
npm install,cargo build,pip install,poetry install, andgo mod downloadbased on detected project files. - Executes project test suites such as
npm test,cargo test,pytest, andgo testto verify the baseline state of the new worktree. - [COMMAND_EXECUTION]: Modifies project configuration by adding worktree directories to
.gitignoreand committing the changes if they are not already ignored. - [COMMAND_EXECUTION]: Accesses the local file system and user home directory (
~/.config/superpowers/worktrees/) for workspace management.
Audit Metadata