Tool
Blinkسير عمل تصحيح الأخطاء بمساعدة الذكاء الاصطناعي
توقف عن التخمين وابدأ في الإيجاد. سير عمل متكرر بمساعدة الذكاء الاصطناعي لتشخيص الأخطاء وإصلاحها بشكل أسرع.
3 steps
codingdeveloper-toolsproductivity
1
اكتب تقرير الخطأ الدقيق أولاً
قبل سؤال الذكاء الاصطناعي عن أي شيء، اكتب بالضبط ما توقعته وما حدث ورسالة الخطأ الكاملة.
Example prompt
Help me debug this issue. Expected behavior: [WHAT SHOULD HAPPEN]. Actual behavior: [WHAT IS HAPPENING]. Error message: [FULL ERROR/STACK TRACE]. Relevant code: [PASTE CODE]. Environment: [LANGUAGE/FRAMEWORK/VERSION]. What are the most likely causes and how do I diagnose each one?
2
اطلب من الذكاء الاصطناعي شرح الخطأ وتتبع سببه
الصق stack trace واترك الذكاء الاصطناعي يشرحه بلغة بسيطة ثم يتتبع السطر الذي تسبب فيه.
Example prompt
Explain this stack trace in plain English. Identify: the root error (not the symptom), which function/line actually caused it, the chain of calls that led there, and what state the program was in when it crashed. Stack trace: [PASTE STACK TRACE]
3
إنشاء حالة إعادة إنتاج وإصلاح بسيط
اطلب من الذكاء الاصطناعي كتابة أصغر حالة اختبار ممكنة تعيد إنتاج الخطأ. بعد الإعادة، اطلب إصلاحاً مع شرح.
Example prompt
Based on this bug description, write: 1) A minimal code snippet that reproduces the issue (no dependencies beyond what's needed). 2) The fix with a clear explanation of why the original code was wrong. 3) A unit test that would have caught this bug. Bug: [DESCRIBE THE BUG]. Relevant code: [PASTE CODE]
Ready to try Blink?
Follow this playbook with the actual tool