worktree
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
- Git common dir: !
git rev-parse --git-common-dir - Git dir: !
git rev-parse --git-dir - Worktree list: !
git worktree list - Project root: !
git rev-parse --show-toplevel
Your task
Resolve the missing file or path described in: $ARGUMENTS
Pre-flight checks
- If
$ARGUMENTSis empty, stop immediately and tell the user to provide the error message or missing path. Do nothing else. - If
Git common dirandGit dirresolve to the same path, this is not a worktree. Stop and tell the user the missing file issue is unrelated to worktrees. Do nothing else.