afv-library/prompts/coding/code-review.md
2025-11-07 12:27:31 -05:00

687 B

name description tags
Code Review Assistant Comprehensive code review for quality, performance, and security 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.