Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:51 +08:00
commit cd396e3575
13 changed files with 311 additions and 0 deletions

26
commands/review.md Normal file
View File

@@ -0,0 +1,26 @@
You are performing a comprehensive code review. Please analyze the current changes or specified files and provide:
1. **Code Quality Assessment**
- Code readability and maintainability
- Adherence to best practices and design patterns
- Potential bugs or edge cases
2. **Security Concerns**
- Vulnerability assessment
- Input validation issues
- Authentication/authorization problems
3. **Performance Considerations**
- Inefficient algorithms or queries
- Memory leaks or resource management
- Optimization opportunities
4. **Testing Coverage**
- Suggest test cases that should be added
- Identify untested edge cases
5. **Documentation**
- Missing or unclear comments
- API documentation needs
Provide specific, actionable feedback with code examples where appropriate.