code-review-checklist

Apply structured code review checklists for correctness, security, and quality.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable checklist to ensure code changes meet quality, security, and maintainability standards during reviews.

Core Features & Use Cases

  • Correctness & Edge Cases: verifies logic, boundary handling, and error conditions across PRs.
  • Security & Compliance: checks for input validation, vulnerability risks, and secure coding practices (including prompt-injection considerations).
  • Quality & Documentation: enforces readability, naming standards, testing coverage, and up-to-date documentation.
  • AI & Review Patterns: guides safe AI-assisted reviews with prompts, guidance, and risk assessment.
  • Use Case: Ideal for PR reviews, internal audits, and open-source contributions to maintain code health.

Quick Start

Provide the code or PR details you want reviewed, and I will apply the checklist to assess quality and safety.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I perform a structured code review for a pull request?

A structured code review applies a repeatable checklist to verify pull request correctness, boundary handling, security compliance, and documentation standards. This ensures code changes consistently meet quality and maintainability benchmarks across teams.

What should be included in a code review checklist for security and quality assurance?

A security and quality assurance code review checklist includes input validation, vulnerability risk assessment, logic verification, readability checks, and testing coverage. It codifies criteria to enforce secure coding practices and guardrails against unsafe patterns.

Can I use an automated checklist to review code across different programming languages?

Yes, you can apply a cross-language code review checklist to assess changes regardless of the specific programming language. It evaluates universal software engineering criteria including error handling, performance, and documentation accuracy.

How does AI-assisted code review handle prompt injection and vulnerability risks?

AI-assisted code review handles prompt injection by applying specific guidance and risk assessment criteria to identify vulnerability risks. It codifies safe AI review patterns to prevent unsafe coding practices from bypassing security checks.

When do I need a formal code review checklist for internal audits or open-source contributions?

You need a formal code review checklist for internal audits or open-source contributions when maintaining consistent code health across multiple contributors. It provides structured evaluation to enforce quality, security, and maintainability standards.