¿Qué es git:compare-worktrees?
Compara archivos y directorios entre git worktrees o worktree y la rama actual Fuente: neolabhq/context-engineering-kit.
Compara archivos y directorios entre git worktrees o worktree y la rama actual
Instala rápidamente el skill de IA git:compare-worktrees en tu entorno de desarrollo mediante línea de comandos
Fuente: 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
Compara archivos y directorios entre git worktrees o worktree y la rama actual Fuente: neolabhq/context-engineering-kit.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktreesCompara archivos y directorios entre git worktrees o worktree y la rama actual Fuente: neolabhq/context-engineering-kit.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/neolabhq/context-engineering-kit