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
1---2name: code-review-checklist3description: Code Review Checklist4---56# Code Review Checklist78## Overview9Comprehensive checklist for conducting thorough code reviews to ensure quality, security, and maintainability.1011## Review Categories1213### Functionality14- [ ] Code does what it's supposed to do15- [ ] Edge cases are handled16- [ ] Error handling is appropriate17- [ ] No obvious bugs or logic errors1819### Code Quality20- [ ] Code is readable and well-structured21- [ ] Functions are small and focused22- [ ] Variable names are descriptive23- [ ] No code duplication24- [ ] Follows project conventions2526### Security27- [ ] No obvious security vulnerabilities28- [ ] Input validation is present29- [ ] Sensitive data is handled properly30- [ ] No hardcoded secrets
Run npx skillmds@latest add nocode-tegethoff/code-review-checklist in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Review Checklist It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
nocode-tegethoff (@nocode-tegethoff) published this skill. Their other Agent Skills are listed on their SkillMD profile.