code-review-checklist

Summarize a code-review checklist covering functionality, quality, security, and performance.

115|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/jewbetcha/opentrace --skill code-review-checklist-jewbetcha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/jewbetcha/opentrace/tree/main/.agents/skills/code-review-checklist
Command: npx skills add https://github.com/jewbetcha/opentrace --skill code-review-checklist-jewbetcha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive, repeatable checklist to guide code reviews, helping teams ensure consistency, catch issues early, and improve code quality.

Core Features & Use Cases

  • Functionality coverage: ensures reviews assess correctness, edge cases, and acceptance criteria.
  • Quality & maintainability: guides readability, naming, structure, and maintainability concerns.
  • Security & performance: includes checks for input validation, secure dependencies, potential vulnerabilities, and performance implications.

Quick Start

To perform a code-review, run through the checklist for each changed file in the PR and document findings in the review notes.

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 for pull requests?

A structured code review checklist ensures consistency by guiding reviewers through functionality, quality, security, and performance checks for each changed file in a pull request.

How do I use a code review checklist to evaluate maintainability and code quality?

To evaluate maintainability and code quality, run through the checklist to assess readability, naming conventions, structure, and maintainability concerns for each changed file in the pull request.

Does this code review checklist include security and performance best practices?

Yes, this code review checklist includes security and performance best practices, specifically guiding checks for input validation, secure dependencies, potential vulnerabilities, and performance implications.

Can I use this structured code review guidance for any software engineering project?

Yes, you can use this structured code review guidance for any software engineering project, as it provides a comprehensive, repeatable checklist to help teams ensure consistency and improve code quality.

What is the best way to document findings when running through a code review checklist?

The best way to document findings is to run through the checklist for each changed file in the pull request and systematically record the discovered issues in your review notes.