What is git:compare-worktrees?
Compare files and directories between git worktrees or worktree and current branch Source: neolabhq/context-engineering-kit.
Compare files and directories between git worktrees or worktree and current branch
Quickly install git:compare-worktrees AI skill to your development environment via command line
Source: 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
Compare files and directories between git worktrees or worktree and current branch Source: neolabhq/context-engineering-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktreesCompare files and directories between git worktrees or worktree and current branch Source: neolabhq/context-engineering-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/neolabhq/context-engineering-kit