We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a9741 commit f0eb431Copy full SHA for f0eb431
1 file changed
.augment/commands/code-review.md
@@ -1 +1,15 @@
1
-404: Not Found
+---
2
+description: Perform a comprehensive code review
3
+argument-hint: [file-path]
4
+model: gpt5
5
6
+
7
+Please perform a comprehensive code review of the specified file or current changes, focusing on:
8
9
+1. Code Quality: Check for readability, maintainability, and adherence to best practices
10
+2. Security: Look for potential security vulnerabilities
11
+3. Performance: Identify potential performance issues
12
+4. Testing: Suggest areas that need test coverage
13
+5. Documentation: Check if code is properly documented
14
15
+$ARGUMENTS
0 commit comments