Code Review Checklist

Code Review Checklist

nocode-tegethoff Updated

File contents

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

nocode-tegethoff/cursor-rules-skills-agents/tree/main/skills/code-review-checklist commit 9ea465b852

Frequently asked questions

npx skillmds@latest add nocode-tegethoff/code-review-checklist