code-review-checklist

Evaluate source code against security, performance, and maintainability standards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the inconsistency and oversight common in manual code reviews by providing a structured, comprehensive framework for evaluating code quality, security, and performance.

Core Features & Use Cases

  • Multi-Dimensional Analysis: Evaluates code across correctness, security, performance, and maintainability.
  • AI-Specific Guardrails: Includes specialized checks for prompt injection and LLM output sanitization.
  • Use Case: Use this checklist during a pull request review to ensure that all new features meet security standards, follow DRY principles, and include necessary documentation before merging.

Quick Start

Apply the code-review-checklist to the current pull request to identify potential security vulnerabilities and code quality improvements.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I standardize code review and security checks for a pull request?

To standardize code review, apply a comprehensive evaluation framework covering correctness, input validation, security, performance, and maintainability standards for new features before merging.

What is the best way to detect prompt injection vulnerabilities in LLM applications?

Detecting prompt injection vulnerabilities requires specialized AI-specific guardrails that systematically check LLM output sanitization and AI logic patterns during the source code evaluation process.

How do I ensure my source code adheres to DRY principles and maintainability standards?

Ensure maintainability standards and DRY principles by applying a structured review checklist that systematically detects anti-patterns and enforces required documentation conventions across the software source code.

Can I use a static analysis checklist for AI-specific logic patterns and input validation?

Yes, a static analysis checklist can evaluate AI-specific logic patterns and input validation by following defined anti-pattern detection protocols to ensure correctness and security in LLM workflows.

Why does manual code review often miss security vulnerabilities and performance issues?

Manual code review often misses security and performance issues due to inconsistency and oversight, which a structured multi-dimensional evaluation framework resolves by systematically checking defined quality standards.