code-review-checklist

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

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dgkngk/super-kit --skill code-review-checklist-dgkngk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/dgkngk/super-kit/tree/main/skills/tech/code-review-checklist
Command: npx skills add https://github.com/dgkngk/super-kit --skill code-review-checklist-dgkngk

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, and adherence to best practices during the code review process, reducing bugs and vulnerabilities.

Core Features & Use Cases

  • Structured Review: Offers detailed checks for correctness, security, performance, code quality, testing, and documentation.
  • AI-Specific Guidelines: Includes checks for AI-related vulnerabilities like prompt injection and output sanitization.
  • Anti-Pattern Identification: Highlights common coding anti-patterns with examples.
  • Use Case: A development team can use this checklist to standardize their code review process, ensuring all critical aspects are covered before merging code.

Quick Start

Apply the code-review-checklist skill to review the provided code snippet for quality 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 to ensure software quality and security?

A code review checklist should cover correctness, security, performance, code quality, testing, and documentation. It must also include AI-specific security checks like prompt injection and output sanitization to ensure application robustness.

How do I review code for AI security vulnerabilities like prompt injection?

To review code for AI security vulnerabilities, apply a checklist with AI-specific guidelines that checks for prompt injection and output sanitization. This identifies potential vulnerabilities and ensures robust output handling.

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

Common coding anti-patterns to look for during a code review include identifiable bad practices highlighted in structured checklists. Identifying these anti-patterns with examples helps maintain high standards and reduce bugs.

Can I use a code review checklist to standardize software development checks before merging?

Yes, you can use a code review checklist to standardize software development checks before merging. It ensures all critical aspects like correctness, performance, and testing are covered, reducing vulnerabilities.

Does a standard code review checklist include performance and documentation checks?

Yes, a standard code review checklist includes performance and documentation checks alongside correctness and security. This comprehensive approach ensures high standards in software development and application robustness.