File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11---
22description : Generate a structured bug fix approach
33argument-hint : [bug-description]
4+ model : gpt5
45---
56
67Help me fix this bug: $ARGUMENTS
78
89Please provide:
10+
9111 . Root cause analysis
10122 . Step-by-step fix approach
11133 . Testing strategy
12144 . Prevention measures for similar issues
13-
Original file line number Diff line number Diff line change 11---
22description : Perform a comprehensive code review
33argument-hint : [file-path]
4+ model : gpt5
45---
56
67Please perform a comprehensive code review of the specified file or current changes, focusing on:
@@ -12,4 +13,3 @@ Please perform a comprehensive code review of the specified file or current chan
12135 . Documentation: Check if code is properly documented
1314
1415$ARGUMENTS
15-
Original file line number Diff line number Diff line change 11---
22description : Generate comprehensive documentation
33argument-hint : [file-or-component]
4+ model : gpt5
45---
56
67Generate documentation for: $ARGUMENTS
78
89Include:
10+
9111 . Overview and purpose
10122 . API reference with parameters and return values
11133 . Usage examples with code snippets
@@ -14,4 +16,3 @@ Include:
14166 . Dependencies and requirements
1517
1618Format as clear, structured markdown.
17-
Original file line number Diff line number Diff line change 11---
22description : Analyze and optimize code performance
33argument-hint : [file-path]
4+ model : gpt5
45---
56
67Analyze the performance of: $ARGUMENTS
78
89Please examine:
10+
9111 . Algorithm complexity and efficiency
10122 . Memory usage patterns
11133 . Database queries and optimization opportunities
@@ -14,4 +16,3 @@ Please examine:
14166 . Rendering performance (for frontend code)
1517
1618Suggest specific optimizations with expected impact.
17-
Original file line number Diff line number Diff line change 11---
22description : Perform security analysis on code
33argument-hint : [file-path]
4+ model : gpt5
45---
56
67Perform a security review of: $ARGUMENTS
78
89Focus on:
10+
9111 . Input validation and sanitization
10122 . Authentication and authorization checks
11133 . Data exposure and privacy concerns
@@ -14,4 +16,3 @@ Focus on:
14166 . Dependencies with known vulnerabilities
1517
1618Provide specific recommendations for any issues found.
17-
Original file line number Diff line number Diff line change 11---
22description : Generate comprehensive test cases
33argument-hint : [file-or-module]
4+ model : gpt5
45---
56
67Generate test cases for: $ARGUMENTS
78
89Create tests covering:
10+
9111 . Happy path scenarios
10122 . Edge cases and boundary conditions
11133 . Error handling and exceptions
@@ -14,4 +16,3 @@ Create tests covering:
14166 . Security edge cases
1517
1618Use appropriate testing framework conventions and include setup/teardown as needed.
17-
You can’t perform that action at this time.
0 commit comments