code-review-checklist

Provides a code review checklist covering correctness, security, performance, and ML/AI specifics.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/namninhnd/PrelimStruct --skill code-review-checklist-namninhnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/namninhnd/PrelimStruct/tree/main/.claude/skills/code-review-checklist
Command: npx skills add https://github.com/namninhnd/PrelimStruct --skill code-review-checklist-namninhnd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Comprehensive Checklist: Covers correctness, security, performance, code quality, testing, and documentation.
  • AI/LLM Specifics: Includes checks for prompt injection, output sanitization, chain-of-thought logic, and hallucination mitigation.
  • Anti-Pattern Identification: Highlights common code smells and anti-patterns to avoid.
  • Review Comment Guide: Provides a standardized way to leave feedback.
  • Use Case: A developer can use this checklist before submitting a pull request or as a guide for reviewing a teammate's code to catch potential issues early.

Quick Start

Use the code-review-checklist skill to review the attached code snippet for potential security vulnerabilities and adherence to best practices.

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 AI and LLM applications?

To review code for security vulnerabilities and best practices, use a structured checklist covering correctness, performance, testing, and documentation, while identifying common anti-patterns and leaving standardized feedback.

How do I check my code for prompt injection risks before submitting a pull request?

To check code for prompt injection risks before a pull request, evaluate the LLM logic against a structured code review checklist that specifically addresses prompt injection, output sanitization, and hallucination mitigation.

What are common anti-patterns to look for during a code review?

Common anti-patterns to look for during a code review include code smells and structural issues that violate best practices in correctness, security, performance, code quality, testing, and documentation, as outlined by a standardized checklist.

Does this code review checklist cover general software engineering or only AI-specific code?

This code review checklist covers both general software engineering and AI-specific code, providing baseline checks for correctness, security, and performance, alongside specialized guidelines for LLM prompt injection and hallucination risks.

How do I write effective review comments for a teammate's code?

To write effective review comments for a teammate's code, follow a standardized comment guide that identifies common anti-patterns and addresses correctness, security, and performance issues clearly and constructively.