Что такое git:compare-worktrees?
Сравните файлы и каталоги между рабочими деревьями git или рабочим деревом и текущей веткой. Источник: neolabhq/context-engineering-kit.
Сравните файлы и каталоги между рабочими деревьями git или рабочим деревом и текущей веткой.
Быстро установите AI-навык git:compare-worktrees в вашу среду разработки через командную строку
Источник: 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
Сравните файлы и каталоги между рабочими деревьями git или рабочим деревом и текущей веткой. Источник: neolabhq/context-engineering-kit.
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktreesСравните файлы и каталоги между рабочими деревьями git или рабочим деревом и текущей веткой. Источник: neolabhq/context-engineering-kit.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/neolabhq/context-engineering-kit --skill git:compare-worktrees После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/neolabhq/context-engineering-kit