code-review

Review code with checklists for security, performance, correctness, maintainability, and testing.

11|4|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/wpank/ai --skill code-review-wpank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/wpank/ai/tree/main/skills/testing/code-review
Command: npx skills add https://github.com/wpank/ai --skill code-review-wpank

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured, systematic approach to code reviews, ensuring higher code quality, security, and maintainability by identifying potential issues before they reach production.

Core Features & Use Cases

  • Comprehensive Checklists: Covers security, performance, correctness, maintainability, and testing dimensions.
  • Severity Levels: Clearly categorizes feedback (Critical, Major, Minor, Nitpick) to prioritize actions.
  • Use Case: Use this skill when reviewing a pull request to ensure all critical security checks are performed, potential performance bottlenecks are identified, and the code adheres to maintainability standards.

Quick Start

Apply the code-review skill to evaluate the attached code changes for security and maintainability issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a systematic code review for a pull request?

A systematic code review uses a three-pass process and detailed checklists covering security, performance, correctness, maintainability, and testing to ensure comprehensive evaluation of pull request changes.

What severity levels should I use to categorize code review feedback?

Code review feedback should be categorized into Critical, Major, Minor, and Nitpick severity levels to clearly prioritize actions and ensure critical security or performance issues are addressed first.

How do I identify security and performance issues during a code review?

Identify security and performance issues by utilizing comprehensive quality assurance checklists designed to catch potential vulnerabilities and bottlenecks before the code reaches production.

Can I use this approach to establish team code review guidelines?

Yes, you can establish team code review guidelines using this systematic approach, which provides standardized checklists and severity levels to ensure adherence to quality and maintainability standards across the team.

What are the limitations of using a checklist-based code review process?

A checklist-based code review process focuses on predefined dimensions like correctness and maintainability, but may not automatically adapt to unconventional architectural patterns or business logic unique to your specific project without manual oversight.