Che cos'è git:compare-worktrees?
Confronta file e directory tra alberi di lavoro git o albero di lavoro e ramo corrente Fonte: neolabhq/context-engineering-kit.
Confronta file e directory tra alberi di lavoro git o albero di lavoro e ramo corrente
Installa rapidamente la skill AI git:compare-worktrees nel tuo ambiente di sviluppo tramite riga di comando
Fonte: neolabhq/context-engineering-kit.
Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees.
a. If user provided worktree paths: Use those as comparison targets b. If user specified branch names: Find the worktrees for those branches from git worktree list c. If only one worktree exists besides current: Use current and that one as comparison targets d. If multiple worktrees exist and none specified: Present list and ask user which to compare
e. If no other worktrees exist: Offer to compare with a branch using git diff
Confronta file e directory tra alberi di lavoro git o albero di lavoro e ramo corrente Fonte: neolabhq/context-engineering-kit.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktreesConfronta file e directory tra alberi di lavoro git o albero di lavoro e ramo corrente Fonte: neolabhq/context-engineering-kit.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/neolabhq/context-engineering-kit