Code Review Skill

Guide systematic code reviews of pull requests using a 3-pass strategy.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/fabioc-aloha/AlexCook --skill code-review-skill-fabioc-aloha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Skill
Source: https://github.com/fabioc-aloha/AlexCook/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/fabioc-aloha/AlexCook --skill code-review-skill-fabioc-aloha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured and systematic approach to code reviews, ensuring higher code quality, security, and maintainability.

Core Features & Use Cases

  • Prioritized Review Focus: Guides reviewers through correctness, security, maintainability, performance, and style.
  • Efficient Review Process: Implements a 3-pass review strategy to cover different aspects of the code efficiently.
  • Clear Communication: Utilizes defined comment prefixes for clear and actionable feedback.
  • Use Case: When a pull request is submitted, this Skill can be invoked to guide the reviewer through the established best practices for a thorough code examination.

Quick Start

Initiate a code review for the provided pull request using the code-review skill.

Frequently Asked Questions about Code Review Skill

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 multi-pass strategy to examine correctness, security, maintainability, performance, and style. It applies defined feedback rules with specific comment prefixes to ensure clear, actionable communication during pull requests.

What is the best way to structure feedback during a code review?

The best way to structure code review feedback is by using defined comment prefixes. This establishes clear, actionable communication, guiding reviewers through a prioritized focus on correctness, security, maintainability, performance, and style.

How does a 3-pass review strategy work for software quality?

A 3-pass review strategy works by separating the code examination into distinct phases to efficiently cover different aspects of software quality. This structured process ensures thorough analysis of correctness, security, maintainability, performance, and style.

Can I use this code review process for any git workflow?

Yes, this code review process applies to software development workflows involving pull requests and merge operations. It ensures code quality, security, and maintainability across standard git workflow integrations.

What security and maintainability issues should I look for in a code review?

During a code review, you should look for security vulnerabilities and maintainability issues as part of a prioritized focus. The multi-pass strategy systematically guides reviewers through these critical areas alongside correctness, performance, and style.