# -*- mode: snippet -*-
# name: Detailed Code Review
# key: code-review
# contributor: LorestForest
# --
/ask
Please review the following code:
${1:your code}
Consider:
1. Code quality and adherence to best practices
2. Potential bugs or edge cases
3. Performance optimizations
4. Readability and maintainability
5. Any security concerns
Suggest improvements and explain your reasoning for each suggestion.
