code-review-checklist

Generate a structured code-review checklist for pull requests.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/BeastAyyG/Campus-Cupids --skill code-review-checklist-beastayyg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/BeastAyyG/Campus-Cupids/tree/main/.agent_backup/skills/code-review-checklist
Command: npx skills add https://github.com/BeastAyyG/Campus-Cupids --skill code-review-checklist-beastayyg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review guidelines providing a structured, repeatable checklist to help teams catch defects, enforce security practices, and maintain coding standards across reviews.

Core Features & Use Cases

  • Correctness & Quality: verifies that code does what it intends to and handles edge cases.
  • Security & Compliance: checks for input validation, vulnerability risks, and safe handling of secrets.
  • Documentation & Testing: ensures tests exist and code is well-documented.
  • Use cases include peer reviews in software teams, onboarding new reviewers, and audits of pull requests.

Quick Start

Run the checklist on a new pull request to verify 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 enforce security and best practices?

A code review checklist should cover correctness, security, performance, testing, and documentation. It verifies edge cases, input validation, vulnerability risks, safe handling of secrets, and ensures tests exist and code is well-documented.

How do I systematically review a pull request for quality and security?

To review a pull request, apply a structured code review checklist to systematically verify correctness, security, testing, and documentation. This enforces coding standards, catches defects, and validates safe handling of secrets.

Can I use a structured checklist for onboarding new code reviewers?

Yes, you can use a structured code review checklist for onboarding new reviewers. It provides a repeatable set of criteria to systematically verify correctness, security, performance, testing, and documentation during peer reviews.

What is the best way to enforce coding standards across software projects?

The best way to enforce coding standards is codifying criteria for correctness, security, performance, testing, and documentation into a structured checklist. Applying this to pull requests maintains quality and catches defects across reviews.

Does a code review checklist help with checking input validation and vulnerability risks?

Yes, a code review checklist helps check input validation and vulnerability risks. It codifies security and compliance criteria to enforce safe handling of secrets and verify that code does what it intends to during reviews.

When do I need a structured code review process?

You need a structured code review process when conducting peer reviews, onboarding new reviewers, or auditing pull requests. It enforces quality, security, and best practices across software projects to catch defects and maintain standards.