code-review-checklist

Guide code reviews through functionality, quality, security, performance, and test verification.

Updated May 11, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/Commory --skill code-review-checklist-iskenkenya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/IsKenKenYa/Commory/tree/main/.agents/skills/code-review-checklist
Command: npx skills add https://github.com/IsKenKenYa/Commory --skill code-review-checklist-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes code review so teams reliably catch correctness bugs, security vulnerabilities, performance regressions, missing tests, and documentation drift before changes are merged.

Core Features & Use Cases

It provides a structured review workflow that covers functionality, code quality, security, performance, tests, and documentation across typical pull requests and audits. It is especially useful when setting team-wide review standards, training new developers, and ensuring reviewers don’t miss critical checks under time pressure. Example use case: reviewing a backend API change for correct authorization logic, parameterized queries, and adequate test coverage to prevent regressions.

Quick Start

Ask the AI to run the code-review-checklist for your pull request and produce a filled-in checklist with the highest-risk items highlighted.

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 catch security vulnerabilities and bugs?

Standardize code reviews by applying a structured checklist that verifies functionality, quality, security, performance, and tests. This ensures reviewers consistently catch correctness bugs, security vulnerabilities, and performance regressions before merging changes.

What should a pull request review checklist cover for backend API changes?

A pull request review checklist should cover authorization logic, parameterized queries, edge cases, error handling, sensitive data protection, dependency hygiene, and test coverage to prevent regressions.

How do I train new developers to perform thorough code audits?

Train new developers by guiding them through a stepwise code review checklist that explicitly covers functionality, security, performance, and documentation verification, ensuring they do not miss critical checks under time pressure.

Can I use a code review checklist to enforce team-wide review standards?

Yes, you can use a code review checklist to enforce team-wide review standards by documenting the required verification steps for functionality, code quality, security, performance, tests, and documentation across all pull requests.

What is the best way to review code changes for missing tests and documentation drift?

The best way to review code for missing tests and documentation drift is running a standardized checklist that verifies sufficient test updates and documentation accuracy alongside functionality and security checks.

How do I highlight high-risk items when reviewing a pull request?

Highlight high-risk items by asking the AI to run the code review checklist on your pull request and produce a filled-in checklist with the highest-risk security, performance, and functionality items explicitly marked.