code-review-checklist

Generate a code-review checklist covering functionality, design, testing, security, and performance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes your code review process, ensuring consistent quality, catching more bugs, and fostering better knowledge sharing across your development team. It transforms subjective feedback into objective, actionable improvements.

Core Features & Use Cases

  • Comprehensive Review Criteria: Provides a detailed checklist covering functionality, design, testing, security, performance, and documentation.
  • Constructive Feedback Guidelines: Offers best practices for giving and receiving feedback, promoting a positive and productive review culture.
  • Self-Review Process: Equips developers with a checklist to self-assess their code before submission, reducing iteration cycles.
  • Use Case: A team lead wants to improve the consistency and thoroughness of pull request reviews. This Skill provides a universal checklist that all reviewers can follow, ensuring critical aspects like security and performance are always considered.

Quick Start

Review the attached pull request for security vulnerabilities and adherence to best practices.

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 across my team?

Code review standardization uses a comprehensive checklist covering functionality, design, testing, security, and performance to ensure all reviewers assess pull requests consistently. This transforms subjective feedback into objective, actionable improvements across your codebase.

What should I look for when reviewing code for security vulnerabilities?

Security review focuses on identifying vulnerabilities, unsafe patterns, and compliance issues within code. This checklist guides reviewers through security-specific concerns alongside functionality and architecture checks.

Can I use a code review checklist for self-review before submitting pull requests?

Yes, developers can self-assess their code using the same checklist before submission, catching issues early and reducing iteration cycles. This accelerates the review process and improves code quality before team review.

What areas does a comprehensive code review checklist cover?

A complete code review checklist addresses functionality and correctness, design and architecture, readability and maintainability, testing coverage, security, performance, documentation, dependency management, and error handling.

How do code review best practices improve team collaboration?

Structured review guidelines with constructive feedback practices foster a positive review culture, encouraging knowledge sharing and consistent quality standards. This builds team expertise while maintaining high code quality across pull requests.