code-review-checklist

Review pull requests using a structured code review checklist.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/act70255/SkillsBundle --skill code-review-checklist-act70255
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/act70255/SkillsBundle/tree/main/testing-e2e/skills/code-review-checklist
Command: npx skills add https://github.com/act70255/SkillsBundle --skill code-review-checklist-act70255

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a systematic checklist for conducting thorough code reviews, ensuring code quality, catching bugs, and identifying security issues.

Core Features & Use Cases

  • Comprehensive Checklist: Covers functionality, security, performance, and maintainability.
  • Code Review Standards: Establishes standards for code review practices.
  • Training Tool: Helps train new developers on code review practices.
  • Documentation: Offers a complete guide to code review best practices.

Quick Start

Run the code-review-checklist skill to review the code in the current branch.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I ensure code quality and security during a code review?

To ensure code quality and security during a code review, apply a structured checklist covering functionality, performance, and maintainability to systematically catch bugs and identify vulnerabilities. This approach establishes consistent code review standards across your software development workflow.

What's the best way to review a pull request for security issues?

The best way to review a pull request for security issues is to follow a comprehensive code review checklist that explicitly tests security parameters alongside functionality. This ensures systematic code audits catch vulnerabilities before merging.

Do I need a specific codebase to use a code review checklist?

Yes, you need an existing codebase and a pull request or specific code segment to review. The checklist provides the structured process to evaluate the code, meaning it requires actual code as input to function effectively.

Can code review checklists be used to train new developers?

Yes, a code review checklist can be used to train new developers by offering a complete guide to code review best practices. It serves as a documentation tool that helps establish and teach code review standards.

What dimensions should a code review checklist cover?

A code review checklist should cover four primary dimensions: functionality, security, performance, and maintainability. Evaluating these areas ensures comprehensive code audits and enhances overall software quality.