Loading...
Loading...
Review code for quality, security, and performance with comprehensive feedback.
npx skill4agent add matteocervelli/llms code-reviewer/review-code <file-path>/review-code src/tools/example/core.py/review-code src/tools/doc_fetcher/core.py/review-code src/api/authentication.py/review-code src/processors/data_processor.py# Code Review: <file-path>
## Summary
[Brief overview of file purpose and key findings]
## Quality Score: X/10
[Overall quality score with justification]
## Critical Issues (Must Fix)
- [Issue 1 with location and recommendation]
- [Issue 2 with location and recommendation]
## Important Issues (Should Fix)
- [Issue 1 with location and recommendation]
- [Issue 2 with location and recommendation]
## Suggestions (Consider)
- [Suggestion 1 with rationale]
- [Suggestion 2 with rationale]
## Strengths
- [Positive aspect 1]
- [Positive aspect 2]
## Detailed Analysis
### Code Quality
[Detailed quality assessment]
### Security
[Security assessment and concerns]
### Performance
[Performance analysis]
### Testing
[Test coverage and quality]
### Style
[Style guide compliance]
## Recommendations
1. [Priority 1 recommendation]
2. [Priority 2 recommendation]
3. [Priority 3 recommendation]
## Next Steps
[Suggested actions for improvement]/review-code <file-you-modified>git diff --name-only main | xargs -I {} /review-code {}/review-code <refactored-file>