code-review-checklist

Generate a structured code-review checklist covering quality, security, performance, and maintainability.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gitcoder27/trading-backtester-v1 --skill code-review-checklist-gitcoder27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/gitcoder27/trading-backtester-v1/tree/main/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/gitcoder27/trading-backtester-v1 --skill code-review-checklist-gitcoder27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a systematic framework for conducting code reviews, ensuring quality, security, performance, and maintainability across teams and projects.

Core Features & Use Cases

  • Functionality Review: verify correctness, edge cases, and adherence to requirements.
  • Security Review: identify vulnerabilities, input validation issues, and secure handling.
  • Performance & Quality: spotlight inefficiencies, scalability concerns, and resource usage.
  • Documentation & Tests: ensure tests exist, docs are updated, and changelogs are maintained.
  • Use Case: During PR reviews across small-to-medium changes, apply the checklist to prevent missed issues and regressions.

Quick Start

Provide a pull request diff or code snippet and apply this checklist to assess quality, coverage, and clarity.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I review a pull request for security and performance issues?

To review a pull request for security and performance, apply a structured code-review checklist that verifies correctness, identifies vulnerabilities, and spotlights inefficiencies. This ensures quality and maintainability across diverse codebases.

What should a code review checklist cover for software engineering teams?

A code review checklist should cover functionality correctness, security vulnerabilities, performance inefficiencies, and documentation updates. It provides a systematic framework to ensure quality and prevent missed issues and regressions during pull request reviews.

How do I use a code review checklist on an existing code snippet?

To use a code review checklist on a code snippet, provide the diff to the skill and apply the criteria to assess quality, coverage, and clarity. It outputs a ready-to-use checklist with examples and guidance for small-to-medium changes.

Can I conduct a code audit without external tooling or dependencies?

Yes, you can conduct a code audit without external tooling because this checklist requires no dependencies. It generates a criteria-based checklist with examples to systematically assess code changes for quality, security, and maintainability.

Does a code review checklist help with verifying edge cases and input validation?

Yes, a code review checklist helps with verifying edge cases and input validation by systematically evaluating functionality correctness and secure handling. It identifies vulnerabilities and ensures adherence to requirements during pull request reviews.

What is the best way to ensure tests and documentation are updated during code reviews?

The best way to ensure tests and documentation are updated is to use a code review checklist that includes criteria for documentation and tests. This verifies that tests exist, docs are updated, and changelogs are maintained across code changes.