code-review-checklist

Provide a structured code-review checklist covering correctness, security, performance, and documentation.

Updated Aug 22, 2025
One-click install
npx skills add https://github.com/AnthonyCongHieu/voice_tool --skill code-review-checklist-anthonyconghieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/AnthonyCongHieu/voice_tool/tree/main/voice_tools_v1/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/AnthonyCongHieu/voice_tool --skill code-review-checklist-anthonyconghieu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review can be inconsistent and time-consuming; this Skill provides a structured checklist to ensure critical areas are evaluated consistently.

Core Features & Use Cases

  • Comprehensive checks across Correctness, Security, Performance, Code Quality, Testing, and Documentation.
  • AI & LLM Review Patterns to surface potential issues and guardrails.
  • Anti-Patterns to flag common mistakes and recommended best practices.

Quick Start

Analyze a new pull request using the provided checklist to ensure all boxes are considered and documented.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I standardize code review checklists for pull requests?

To standardize code review for pull requests, apply a structured checklist enforcing criteria across correctness, security, performance, code quality, testing, and documentation to ensure consistent evaluation.

What should a code review checklist include for security and performance?

A thorough code review checklist must include security vulnerability assessments, performance bottleneck analysis, correctness verification, and maintainability checks to guarantee comprehensive software quality assurance.

How do I use an AI review checklist to catch anti-patterns?

Use an AI review checklist to surface potential issues by applying LLM review patterns to flag common anti-patterns, ensuring recommended best practices are followed during code audits.

Does static analysis replace manual code review checklists?

Static analysis and linting do not replace manual code review checklists; they complement them by automating quality assurance checks, while structured reviews verify correctness, security, and design maintainability.

Can I use a code review checklist for ongoing code audits?

Yes, you can use a code review checklist for ongoing code audits, as its structured criteria cover correctness, security, performance, and documentation beyond standard pull requests and design reviews.