Tool
LockedIn AIΡοή εργασίας ανασκόπησης κώδικα με AI
Χρησιμοποιήστε AI για εντοπισμό σφαλμάτων, εφαρμογή προτύπων και τεκμηρίωση κώδικα πριν από κάθε merge.
4 steps
codingdeveloper-toolsproductivity
1
Επικολλήστε κώδικα και ζητήστε bug review
Πριν ανοίξετε PR, επικολλήστε τις αλλαγμένες functions στο AI tool και ζητήστε εύρεση bugs.
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 να εντοπίσει παραβιάσεις στυλ, ασυνεπείς ονομασίες και αποκλίσεις από τις team conventions.
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
Δημιουργήστε inline documentation
Χρησιμοποιήστε AI για τη σύνταξη σχολίων JSDoc ή docstring για κάθε δημόσια function.
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
Επικολλήστε το diff και αφήστε το 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