Blink
Tool
Blink

זרימת עבודה לאיתור שגיאות עם AI

הפסיקו לנחש והתחילו למצוא. תהליך עבודה חוזר עם AI לאבחון ותיקון באגים מהיר יותר.

3 steps
codingdeveloper-toolsproductivity
1

כתבו תחילה דוח באגים מדויק

לפני שתשאלו את ה-AI דבר, כתבו בדיוק מה ציפיתם, מה קרה ומה הודעת השגיאה המלאה.

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

בקשו מה-AI להסביר את השגיאה ולאתר את הסיבה

הדבק את ה-stack trace ותן ל-AI להסביר אותו בשפה פשוטה, ולאחר מכן לאתר איזו שורה גרמה לו.

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

יצירת שחזור מינימלי ותיקון

בקשו מה-AI לכתוב את מקרה הבדיקה המינימלי שמשחזר את הבאג. לאחר השחזור, בקשו תיקון עם הסבר.

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
View Tool