Back to Novu

Code Review Checklist

.cursor/commands/code-review-checklist.md

3.15.0686 B
Original Source

Code Review Checklist

Overview

Comprehensive checklist for conducting thorough code reviews to ensure quality, security, and maintainability.

Review Categories

Functionality

  • Code does what it's supposed to do
  • Edge cases are handled
  • Error handling is appropriate
  • No obvious bugs or logic errors

Code Quality

  • Code is readable and well-structured
  • Functions are small and focused
  • Variable names are descriptive
  • No code duplication
  • Follows project conventions

Security

  • No obvious security vulnerabilities
  • Input validation is present
  • Sensitive data is handled properly
  • No hardcoded secrets