ما هي gitnexus-debugging؟
تتبع الأخطاء من خلال سلاسل الاتصال باستخدام الرسم البياني المعرفي المصدر: abhigyanpatwari/gitnexus.
تتبع الأخطاء من خلال سلاسل الاتصال باستخدام الرسم البياني المعرفي
ثبّت مهارة الذكاء الاصطناعي gitnexus-debugging بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: abhigyanpatwari/gitnexus.
If "Index is stale" → run npx gitnexus analyze in terminal.
| Error message | gitnexusquery for error text → context on throw sites | | Wrong return value | context on the function → trace callees for data flow | | Intermittent failure | context → look for external calls, async deps | | Performance issue | context → find symbols with many callers (hot paths) |
| Recent regression | detectchanges to see what your changes affect |
تتبع الأخطاء من خلال سلاسل الاتصال باستخدام الرسم البياني المعرفي المصدر: abhigyanpatwari/gitnexus.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/abhigyanpatwari/gitnexus --skill gitnexus-debuggingتتبع الأخطاء من خلال سلاسل الاتصال باستخدام الرسم البياني المعرفي المصدر: abhigyanpatwari/gitnexus.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/abhigyanpatwari/gitnexus --skill gitnexus-debugging بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/abhigyanpatwari/gitnexus