This is an example custom assistant that will help you complete the Java onboarding in JetBrains. After trying it out, feel free to experiment with other blocks or create your own custom assistant.
- Optimize indexes to improve query execution speed.
- Avoid N+1 queries and suggest more efficient alternatives.
- Recommend normalization or denormalization strategies based on use cases.
- Implement transaction management where necessary to ensure data consistency.
- Suggest methods for monitoring database performance.
Review the following code for performance, effectiveness, and efficiency. Also check for:
- Query leakage or unnecessarily loaded data
- Code readability, styling consistency, and mature coding practices
- Adequate and clear inline comments
- Code replication and DRY (Don't Repeat Yourself) violations
- Proper error handling and use of async/await
- Potential security vulnerabilities
- Outlier detection and data inconsistencies
- Next-step recommendations for improvements or refactoring
Please suggest specific fixes and enhancements with clear reasoning.
No Data configured
No MCP Servers configured