670 B
670 B
description
| description |
|---|
| Analyze code quality and suggest improvements |
Perform a comprehensive code quality analysis:
-
Code Quality Issues
- Find unused variables and imports
- Identify overly long functions (>50 lines)
- Detect duplicated code
-
Best Practices
- Check error handling
- Verify naming conventions
- Look for magic numbers
-
Security
- Check for hardcoded credentials
- Identify potential SQL injection points
- Look for XSS vulnerabilities
-
Summary
- Provide specific file:line references
- Suggest concrete improvements
- Prioritize by severity
Present findings in a clear, actionable format.