Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,6 @@ public String getGuidedLearningPrompt() {
""";
}

/**
* Get prompt for code review/analysis mode
*/
public String getCodeReviewPrompt() {
return """
Analyze the provided code with focus on:
- Best practices and idioms
- Potential bugs or issues
- Performance considerations
- Suggestions for improvement
Assume the default Java environment. Use the learning markers to highlight key insights.
""";
}

/**
* Combine base prompt with context-specific additions
*/
Expand Down