code-review-checklist

Generate a comprehensive code review checklist covering functionality, security, and maintainability.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/EanLee/article-write --skill code-review-checklist-eanlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/EanLee/article-write/tree/main/.github/skills/code-review-checklist
Command: npx skills add https://github.com/EanLee/article-write --skill code-review-checklist-eanlee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured and comprehensive checklist to ensure thorough code reviews, catching bugs, security vulnerabilities, and performance issues before they reach production.

Core Features & Use Cases

  • Systematic Review Process: Guides reviewers through functionality, security, performance, and code quality checks.
  • Actionable Checklists: Includes detailed sub-checklists for various aspects of code review.
  • Best Practices & Pitfalls: Offers advice on what to do, what not to do, and common mistakes to avoid.
  • Use Case: A developer is about to review a pull request. They use this Skill to ensure they cover all critical aspects, from basic functionality to security implications and test coverage, leading to higher quality code.

Quick Start

Use the code-review-checklist skill to generate a checklist for reviewing a new feature implementation.

Frequently Asked Questions about code-review-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What should a comprehensive code review checklist cover?

A comprehensive code review checklist should cover functionality, security vulnerabilities, performance bottlenecks, and maintainability to ensure high-quality software development before deployment.

How do I review a pull request for security and performance risks?

To review a pull request, assess security risks and verify performance by systematically checking code quality, identifying common pitfalls, and validating test coverage using structured guidelines.

What are common pitfalls to avoid during software development code reviews?

Common pitfalls during code reviews include neglecting security implications, missing performance bottlenecks, and ignoring maintainability, which a structured checklist helps identify and avoid.

Does this code review checklist provide templates for review comments?

Yes, the code review checklist includes review comment templates to ensure consistent, high-quality code evaluations and clear communication of functionality, security, and performance issues.

When do I need a systematic code review process?

You need a systematic code review process when evaluating a new feature implementation to catch bugs, assess security risks, and verify tests before merging a pull request into production.

Can I use this checklist to verify test coverage in a pull request?

Yes, you can use this checklist to verify test coverage in a pull request, guiding you through assessing code quality and ensuring all functionality and security aspects are properly tested.