Requesting Code Review
Installation
SKILL.md
Requesting Code Review: Pre-Review Preparation
Overview
Requesting Code Review ensures that code is thoroughly prepared before peer review, maximizing reviewer efficiency and code quality. This systematic approach reduces review cycles and helps catch issues early.
Pre-Review Checklist
Self-Review Phase
Code Quality Validation:
- Code follows project style guidelines
- No debugging code (console.log, print statements) left in
- No commented-out code blocks
- All TODO comments are addressed or documented
- Variable and function names are descriptive
- Complex logic has explanatory comments