code-review-checklist

Identify correctness, security, and maintainability issues in pull requests.

8|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill code-review-checklist-gabriellpequeno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo/tree/main/.cursor/skills/code-review-checklist
Command: npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill code-review-checklist-gabriellpequeno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The checklist provides a structured, repeatable guide to code reviews that improves correctness, security, and maintainability across PRs.

Core Features & Use Cases

  • Ensures comprehensive review coverage for correctness, edge cases, and potential bugs.
  • Highlights security considerations and sensitive data exposure in changes.
  • Improves readability, testing footprint, observability, and scoping of changes for large diffs or pre-merge reviews.
  • Use case: standardize reviews in team PR workflows to reduce review time and increase consistency.

Quick Start

Apply this checklist to a current pull request to ensure corrections, security, and maintainability are addressed before merge.

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 reviews to check for security and correctness in pull requests?

To standardize code reviews, apply a structured checklist to evaluate pull requests for correctness, security risks, and maintainability. This ensures repeatable review coverage and prevents regressions before merging large diffs.

What does a code review checklist cover for maintainability and quality assurance?

A code review checklist covers maintainability and quality assurance by evaluating readability, testing footprint, and observability. It highlights security considerations and sensitive data exposure to improve overall code quality.

How do I use a checklist to detect security risks and sensitive data exposure in large diffs?

To detect security risks in large diffs, apply a code review checklist that highlights sensitive data exposure and security considerations. This structured approach ensures comprehensive coverage of potential vulnerabilities before merge.

Can I use a code review checklist to prevent regressions and improve readability before merges?

Yes, you can use a code review checklist to prevent regressions and improve readability before merges. It provides a structured guide to identify edge cases, resolve issues, and improve the scoping of changes in pull requests.

What is the best way to reduce pull request review time and increase consistency across teams?

The best way to reduce pull request review time and increase consistency is standardizing reviews with a checklist. This structured approach ensures comprehensive coverage of correctness and security without missing maintainability issues.

When do I need a structured code review checklist for pull request workflows?

You need a structured code review checklist for pull request workflows when reviewing large diffs or preparing for merges. It resolves issues across correctness, security, and maintainability while reducing review time and increasing team consistency.