code-review

Guide multi-phase code reviews covering design, correctness, security, and testing.

24|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/VoDaiLocz/KILO-KIT --skill code-review-vodailocz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/VoDaiLocz/KILO-KIT/tree/main/skills/kilo-kit/quality/code-review
Command: npx skills add https://github.com/VoDaiLocz/KILO-KIT --skill code-review-vodailocz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, comprehensive methodology for reviewing code, ensuring high standards of quality, security, and maintainability are met before merging.

Core Features & Use Cases

  • Structured Review Process: Guides users through distinct phases: Context Understanding, High-Level Review, Line-by-Line Examination, Testing Review, and Final Checks.
  • Detailed Checklists: Offers specific criteria for evaluating design, architecture, correctness, quality, security, performance, and testing.
  • Comment Guidelines: Provides clear prefixes and tone advice for constructive feedback.
  • Common Issue Identification: Highlights frequent security, performance, and quality pitfalls.
  • Use Case: A developer submits a Pull Request for a new feature. The team lead uses this Skill to systematically assess the code against best practices, ensuring all aspects from design to testing are thoroughly evaluated.

Quick Start

Use the code-review skill to perform a comprehensive review of the attached pull request.

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 comprehensive code review for a pull request?

A structured code review process evaluates design, architecture, correctness, quality, security, and performance through line-by-line analysis and test coverage verification to ensure high standards before merging.

What should I look for when reviewing code for security and performance?

When reviewing code for security and performance, identify common pitfalls using detailed checklists that evaluate architectural design, line-by-line correctness, and potential vulnerabilities before merging.

How do I write constructive feedback during a pull request review?

Write constructive feedback during a pull request review by applying specific comment guidelines and prefixes that maintain a constructive tone while addressing design, quality, and security issues.

What phases are involved in a structured software development code review?

A structured software development code review involves five distinct phases: Context Understanding, High-Level Review, Line-by-Line Examination, Testing Review, and Final Checks to ensure thorough evaluation.

Does a thorough code review include evaluating test coverage and quality assurance?

Yes, a thorough code review includes a dedicated Testing Review phase that evaluates test coverage and quality assurance alongside correctness, security, and performance metrics.

Why do I need a structured methodology for reviewing pull requests?

A structured methodology for reviewing pull requests ensures high standards of quality, security, and maintainability are met consistently by systematically assessing design, architecture, and testing.