code-review-checklist

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review code systematically so you can spot correctness issues, security vulnerabilities, performance regressions, and maintainability problems before they reach production.

Core Features & Use Cases

  • Correctness Review: Checks whether the code behaves as intended, handles edge cases, and includes proper error handling.
  • Security Review: Flags common risks such as injection, XSS, CSRF, secrets leakage, and AI-specific prompt injection concerns.
  • Code Quality Review: Evaluates naming, duplication, abstraction level, SOLID principles, and overall readability.
  • Testing and Documentation Review: Verifies that tests and documentation cover the changed behavior appropriately.
  • Use Case: A developer preparing a pull request can use this Skill to produce a structured review checklist and highlight blocking issues, suggestions, and questions.

Quick Start

Ask for a code review checklist for the changed files and include the main risks you want checked.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I run a structured code review before merging a pull request?

A structured code review evaluates source files for correctness, security, performance, and maintainability before a pull request merge. You provide the changed files and main risks, and receive a checklist flagging blocking issues, suggestions, and questions.

What should a code review checklist include for security and edge cases?

A code review checklist should include security checks for injection, XSS, CSRF, secrets leakage, and prompt injection, alongside correctness checks for edge cases and error handling. It also evaluates naming, duplication, and SOLID principles.

Can I use a code review checklist for AI-generated code and infrastructure changes?

Yes, a code review checklist applies to AI-generated code, frontend, backend, and infrastructure engineering changes. It specifically flags AI prompt injection concerns and evaluates whether tests and documentation cover the changed behavior.

What is the best way to review source code for maintainability and quality issues?

The best way to review source code for maintainability is applying a checklist that evaluates naming, duplication, abstraction level, SOLID principles, and readability. This ensures quality issues are systematically spotted before production.

Does a code review checklist verify testing and documentation coverage?

Yes, a code review checklist verifies that tests and documentation appropriately cover the changed behavior. It ensures your pull request maintains quality assurance standards across the modified source code.