mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
30 lines
687 B
Markdown
30 lines
687 B
Markdown
|
|
---
|
||
|
|
name: Code Review Assistant
|
||
|
|
description: Comprehensive code review for quality, performance, and security
|
||
|
|
tags: coding, review, quality, security
|
||
|
|
---
|
||
|
|
|
||
|
|
Please review the following code with a focus on:
|
||
|
|
|
||
|
|
## Code Quality
|
||
|
|
- Readability and maintainability
|
||
|
|
- Adherence to best practices and conventions
|
||
|
|
- Code organization and structure
|
||
|
|
|
||
|
|
## Functionality
|
||
|
|
- Logic correctness
|
||
|
|
- Edge cases and error handling
|
||
|
|
- Potential bugs or issues
|
||
|
|
|
||
|
|
## Performance
|
||
|
|
- Algorithm efficiency
|
||
|
|
- Resource usage
|
||
|
|
- Optimization opportunities
|
||
|
|
|
||
|
|
## Security
|
||
|
|
- Input validation
|
||
|
|
- Authentication/authorization
|
||
|
|
- Potential vulnerabilities
|
||
|
|
|
||
|
|
Please provide specific, actionable feedback with examples where applicable.
|