worktree
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.
Parse the missing item
More from derogab/agent-kit
pr
Create or update a pull request for the current branch with a summary of all changes. Use when the user asks to open, create, update, or refresh a PR/pull request.
72commit
Create a git commit following the Conventional Commits specification. Use when the user asks to commit staged changes or create a commit message.
71reply
Reply to unresolved PR review comments that clearly relate to the current conversation. Use when the user asks to respond to PR review feedback without resolving threads or editing code.
10review-council
Run all code review tools in parallel and aggregate results into a comprehensive review report.
8redis
Read the Redis Patterns for Coding Agents documentation before answering Redis questions or making Redis changes.
1