ما هي git:compare-worktrees؟
قارن الملفات والدلائل بين أشجار عمل git أو شجرة العمل والفرع الحالي المصدر: neolabhq/context-engineering-kit.
قارن الملفات والدلائل بين أشجار عمل git أو شجرة العمل والفرع الحالي
ثبّت مهارة الذكاء الاصطناعي 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.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
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 بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/neolabhq/context-engineering-kit