code-review-checklist

Provides a structured code review checklist covering security, performance, and AI/LLM patterns.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ntuan2502/piggy --skill code-review-checklist-ntuan2502
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/ntuan2502/piggy/tree/main/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/ntuan2502/piggy --skill code-review-checklist-ntuan2502

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

  • Structured Review: Offers checklists for correctness, security, performance, code quality, testing, and documentation.
  • AI/LLM Focus: Includes specific checks for AI logic, hallucinations, and prompt injection vulnerabilities.
  • Anti-Pattern Identification: Highlights common code anti-patterns and suggests best practices.
  • Comment Guide: Provides a clear system for categorizing review comments (blocking, suggestion, nit, question).
  • Use Case: A development team can use this Skill as a standard guide for all pull request reviews to maintain a high bar for code quality and security across projects.

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
How do I review code for AI and LLM vulnerabilities like prompt injection?▼

To review code for AI vulnerabilities, apply a structured checklist covering AI logic, hallucinations, and prompt injection. This guide provides specific checks for LLM patterns and prompt engineering to identify common anti-patterns during pull requests.

What should be included in a pull request code review checklist?▼

A pull request code review checklist should include checks for correctness, security, performance, code quality, testing, and documentation. This Skill provides that structured checklist to maintain a high bar for quality and security across projects.

What is the best way to categorize code review comments?▼

The best way to categorize code review comments is using a system of blocking, suggestion, nit, and question. This Skill provides a clear comment categorization guide to help reviewers prioritize feedback effectively.

Does this code review checklist cover security and performance best practices?▼

Yes, this code review checklist covers security and performance best practices. It includes structured checks for vulnerabilities and performance bottlenecks alongside code quality, testing, and documentation guidelines.

How do I identify anti-patterns in LLM prompt engineering during a code review?▼

To identify anti-patterns in LLM prompt engineering, use a checklist that highlights common mistakes and suggests best practices. This Skill includes specific checks for AI logic and prompt engineering patterns to catch anti-patterns.