code-review-checklist

Provide structured code review checklists covering correctness, security, and AI patterns.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/GrupoUS/gpus --skill code-review-checklist-grupous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/GrupoUS/gpus/tree/main/.claude/skills/code-review-checklist
Command: npx skills add https://github.com/GrupoUS/gpus --skill code-review-checklist-grupous

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-related patterns.

Core Features & Use Cases

  • Code Quality Checks: Ensures code is readable, maintainable, and follows SOLID principles.
  • Security Audits: Identifies potential vulnerabilities like SQL injection, XSS, and hardcoded secrets.
  • AI-Specific Review: Includes checks for prompt injection, output sanitization, and AI logic verification.
  • Use Case: A development team can use this checklist during pull request reviews to systematically catch bugs, security flaws, and performance issues before merging code.

Quick Start

Use the code-review-checklist skill to review the attached code snippet for correctness and security.

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 cover for security and correctness?

A code review checklist should cover correctness, security vulnerabilities like SQL injection and XSS, performance, maintainability, testing, and documentation to ensure consistent evaluations.

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

Review LLM and AI code by checking for prompt injection risks, verifying output sanitization, and validating AI logic to identify common anti-patterns and ensure prompt engineering best practices.

How do I use a checklist to review a pull request systematically?

To review a pull request, attach the code snippet and use the checklist to systematically evaluate correctness, security flaws, and performance issues before merging to catch bugs consistently.

Does this code review checklist support SOLID principles and maintainability checks?

Yes, the checklist includes code quality checks that ensure readability and maintainability while verifying adherence to SOLID principles during the code review process.

What is the best way to check for hardcoded secrets during a code review?

The best way to check for hardcoded secrets is to use a security audit checklist that identifies potential vulnerabilities, ensuring sensitive credentials are not exposed in the codebase.