code-review-checklist

Review source code for correctness, security, performance, and quality.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive checklist and guidelines to ensure code quality, identify security vulnerabilities, and promote best programming practices, especially in AI-related development.

Core Features & Use Cases

  • Code Correctness: Verifies that code functions as intended, handles edge cases, and includes proper error handling.
  • Security Auditing: Checks for common vulnerabilities like injection attacks, hardcoded secrets, and AI-specific risks like prompt injection.
  • Performance & Quality: Assesses code for efficiency, readability, adherence to principles like DRY and SOLID.
  • Testing & Documentation: Ensures adequate test coverage and clear documentation.
  • AI/LLM Specifics: Includes checks for Chain of Thought verification, hallucination prevention, and secure prompt engineering.
  • Use Case: Integrate this checklist into your CI/CD pipeline to automatically flag potential issues before code is merged, improving overall software reliability and security.

Quick Start

Apply the code review checklist to the provided source code files.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I check source code for prompt injection and other AI security risks?

Source code security checks for AI risks include auditing for prompt injection vulnerabilities, verifying chain of thought logic, and preventing hallucinations. This checklist provides specific guidelines to identify these vulnerabilities and ensure secure prompt engineering practices during code reviews.

What should be included in a code review checklist for software quality?

A comprehensive code review checklist for software quality should verify correctness, proper error handling, and edge case management. It must also assess performance efficiency, readability, and adherence to DRY and SOLID principles to maintain high standards.

How do I use comment conventions to flag blocking issues during a code review?

Comment conventions flag blocking issues during code review by using specific markers for suggestions, nits, and questions. This checklist guides the use of these conventions to clearly communicate severity and categorize feedback within source code files.

Can I integrate a code review checklist into a CI/CD pipeline?

Yes, you can integrate a code review checklist into a CI/CD pipeline to automatically flag potential issues before code is merged. This automated application of review guidelines improves overall software reliability and security by enforcing standards continuously.

Does code review auditing check for hardcoded secrets and injection attacks?

Yes, security auditing during code reviews explicitly checks for common vulnerabilities like injection attacks and hardcoded secrets. The checklist ensures these critical security flaws are identified and resolved before deployment, safeguarding the application.

What is the best way to verify code correctness and testing coverage?

The best way to verify code correctness is by applying a checklist that confirms code functions as intended and handles edge cases properly. It also ensures adequate test coverage and clear documentation are present to validate functionality.