Code Review
Basic Code Review
Review a Single File
tabnine> Review @src/auth/login.ts and suggest improvements1
2
AI: I've reviewed @src/auth/login.ts. Here are my findings:
✓ Good Practices:
- Proper async/await usage
- Input validation present
⚠️ Suggestions:
1. Security: Line 45
Add password strength validation
2. Error Handling: Line 67
Use custom error types
3. Code Quality: Line 89
Extract magic number to constant
Would you like me to make these changes?Review Multiple Files
> Review all TypeScript files in @src/auth/ and check for:
> - Security vulnerabilities
> - Error handling
> - Missing documentationReview Recent Changes
> Review the changes I made to @src/api/users.tsUsing Remote Code Search
Using Coaching Guidelines
Security Audit
Performance Review
Automation Examples
Pre-Commit Review
CI/CD Integration
Best Practices
1
2
3
4
Common Review Patterns
Before Merging
After Refactoring
For New Code
Next Steps
Getting Help
Last updated
Was this helpful?
