Tool
LockedIn AIזרימת עבודה לסקירת קוד עם AI
השתמשו ב-AI לאיתור באגים, אכיפת תקנים ותיעוד קוד לפני כל מיזוג.
4 steps
codingdeveloper-toolsproductivity
1
הדבקת קוד ובקשת סקירת באגים
לפני פתיחת PR, הדבק את הפונקציות שהשתנו לכלי AI ובקש ממנו למצוא באגים ומקרי קצה.
Example prompt
Review this code for bugs, edge cases, and potential runtime errors. List each issue with: location (function/line), severity (critical/medium/low), what can go wrong, and a suggested fix. Code: [PASTE CODE HERE]
2
בדיקת סגנון קוד ומוסכמות שמות
בקשו מה-AI לסמן הפרות סגנון, שמות לא עקביים וכל דבר שאינו עוקב אחר מוסכמות הצוות.
Example prompt
Review this code for style and consistency issues. Check: naming conventions (variables, functions, classes), function length, comment quality, magic numbers, and DRY violations. Team conventions: [DESCRIBE YOUR CONVENTIONS]. Code: [PASTE CODE HERE]
3
יצירת תיעוד מוטבע
השתמשו ב-AI לכתיבת הערות JSDoc או docstring עבור כל פונקציה ציבורית.
Example prompt
Write JSDoc comments for each function in the code below. Include: one-line summary, @param with types and descriptions, @returns with type and description, @throws if applicable, and one usage example per function. Code: [PASTE CODE HERE]
4
כתיבת תיאור ה-PR
הדבק את הדיף ותן ל-AI לכתוב את תיאור ה-PR: מה השתנה, למה וכיצד לבדוק.
Example prompt
Write a pull request description for the following code changes. Include: Summary (2-3 sentences on what changed and why), Changes Made (bulleted list of key changes), How to Test (step-by-step testing instructions), Screenshots (placeholder if UI changed), and any Breaking Changes. Diff: [PASTE DIFF HERE]
Ready to try LockedIn AI?
Follow this playbook with the actual tool