code-review-checklist

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/thimmarques/gestao-inteligente --skill code-review-checklist-thimmarques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/thimmarques/gestao-inteligente/tree/main/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/thimmarques/gestao-inteligente --skill code-review-checklist-thimmarques

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review inconsistencies slow releases and miss security/quality issues. This guide provides a structured checklist to ensure code changes meet quality, security, and maintainability standards.

Core Features & Use Cases

  • Correctness: verify logic, edge cases, and error handling.
  • Security: validate input, prevent injections, avoid hardcoded secrets.
  • Performance: check for N+1 queries, unnecessary loops, and caching strategies.
  • Code Quality & Testing: ensure readability, DRY, testing coverage, and documentation.
  • AI & LLM Review Patterns: evaluate prompts, prevent hallucinations, and ensure safety.
  • Anti-Patterns to Flag: identify and avoid common pitfalls in code and design.
  • Review Guidance: provide actionable comments and structured feedback.

Quick Start

Run the checklist during pull requests to verify correctness, security, performance, and maintainability.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I ensure my pull request meets security and code quality standards?

To ensure pull requests meet security and quality standards, run a structured code review checklist that verifies logic, edge cases, input validation, and testing coverage. This standardizes reviews to reliably catch security gaps and maintainability issues before merging.

What is the best way to structure a code review for performance issues?

The best way to structure a code review for performance is using a comprehensive checklist that targets N+1 queries, unnecessary loops, and caching strategies. This enforces a checkable review process to systematically identify and resolve performance bottlenecks.

How do I review AI and LLM integration patterns during a peer review?

To review AI and LLM integration patterns, apply a specialized checklist that evaluates prompt structures, prevents hallucinations, and ensures model safety. This provides actionable guidance and flags anti-patterns specific to LLM workflows.

Does this code review checklist work for general software engineering projects?

Yes, this code review checklist works across general software engineering projects to assess correctness, security, performance, and documentation. It enforces a standard review process applicable during peer reviews and pull requests.

What common anti-patterns should I flag during a code review?

During a code review, you should flag anti-patterns related to error handling, hardcoded secrets, and poor readability. The checklist provides structured feedback by identifying and highlighting these common pitfalls in code and design.

Why does my code review process miss security vulnerabilities and quality gaps?

Your code review process misses security vulnerabilities and quality gaps due to inconsistencies without a structured checklist. Providing a comprehensive, standard review process closes these gaps by enforcing checkable quality control measures.