code-review-checklist

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

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/OmarMira/Coontabilidad --skill code-review-checklist-omarmira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/OmarMira/Coontabilidad/tree/main/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/OmarMira/Coontabilidad --skill code-review-checklist-omarmira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive checklist to ensure code quality, security, performance, and adherence to best practices during the code review process, with a special focus on AI and LLM specific considerations.

Core Features & Use Cases

  • Structured Review: Offers a detailed checklist covering correctness, security, performance, code quality, testing, and documentation.
  • AI/LLM Focus: Includes specific checks for AI-related vulnerabilities like prompt injection and output sanitization.
  • Anti-Pattern Identification: Highlights common anti-patterns in code for quick flagging.
  • Use Case: A development team can use this checklist to standardize their code review process, ensuring all critical aspects are checked consistently, leading to more robust and secure software.

Quick Start

Apply the code review checklist to the provided code snippet.

Frequently Asked Questions about code-review-checklist

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

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

A comprehensive code review checklist covers correctness, security, performance, code quality, testing, and documentation. It ensures standardized quality assurance by identifying common anti-patterns and verifying adherence to best practices.

How do I review code for AI and LLM vulnerabilities like prompt injection?▼

Review AI and LLM code by applying a checklist with specific patterns to detect vulnerabilities like prompt injection and verify output sanitization. This ensures robust security for AI-related implementations.

How do I standardize my team's code review process?▼

Standardize your team's code review process by applying a structured checklist that consistently flags common anti-patterns and evaluates code quality, ensuring all critical aspects are checked uniformly across all contributions.

Does this code review checklist support general software engineering or only AI projects?▼

This code review checklist supports general software engineering projects by covering correctness, performance, and documentation, while also providing specialized review patterns specifically for AI and LLM implementations.

What are common anti-patterns to look for during code reviews?▼

Common anti-patterns to look for during code reviews include security flaws, performance bottlenecks, and poor documentation. A structured checklist highlights these issues for quick flagging and standardized quality assurance.