code-review-checklist

Installation
Summary

Systematic checklist for reviewing code across functionality, security, performance, and maintainability.

  • Covers six review areas: context understanding, functionality verification, code quality assessment, security checks, performance analysis, and test coverage validation
  • Includes concrete examples of common issues (SQL injection, missing validation, unclear naming) paired with corrected versions
  • Provides pre-review, per-section, and git-specific checklists to ensure nothing is missed during pull request reviews
  • Offers best practices, common pitfalls with solutions, and comment templates for constructive reviewer feedback
SKILL.md

Code Review Checklist

Overview

Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase.

When to Use This Skill

  • Use when reviewing pull requests
  • Use when conducting code audits
  • Use when establishing code review standards for a team
  • Use when training new developers on code review practices
  • Use when you want to ensure nothing is missed in reviews
  • Use when creating code review documentation

How It Works

Step 1: Understand the Context

Related skills
Installs
798
GitHub Stars
37.3K
First Seen
Jan 20, 2026