review

Review code files for quality, security, and maintainability issues.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Ho-Gyu-Lee/hello-claude-code --skill review-ho-gyu-lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Ho-Gyu-Lee/hello-claude-code/tree/main/skills/review
Command: npx skills add https://github.com/Ho-Gyu-Lee/hello-claude-code --skill review-ho-gyu-lee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough code quality, security, and maintainability checks, ensuring that code meets high standards before deployment.

Core Features & Use Cases

  • Comprehensive Code Analysis: Evaluates code for critical bugs, performance issues, and style inconsistencies.
  • Targeted Reviews: Allows for focused reviews on specific files, staged changes, or the last commit.
  • Use Case: Before merging a new feature branch, use /review --staged to get a detailed report on potential issues and necessary improvements.

Quick Start

Run a code review on the file src/api/user.ts.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a code review on staged changes before merging?

You can perform a code review on staged changes by running a targeted analysis command on your version control system. This evaluates the staged code to identify potential bugs, security vulnerabilities, and style inconsistencies before deployment.

What is automated code maintainability analysis and how does it work?

Automated code maintainability analysis evaluates your source files against predefined standards to detect performance bottlenecks and structural issues. It examines the codebase logic and style adherence to ensure high quality and long-term sustainability.

Can I check specific files for security vulnerabilities and performance bottlenecks?

Yes, you can check specific files for security vulnerabilities and performance bottlenecks by specifying the file path. This triggers a focused review that targets critical security flaws and inefficient code segments within the specified file.

Does this code review tool integrate with version control systems to check committed code?

Yes, the code review tool integrates with version control systems to analyze committed code. It processes your committed changes to provide detailed reports on critical bugs, performance issues, and style adherence.

What is the best way to find critical vulnerabilities in a new feature branch?

The best way to find critical vulnerabilities in a feature branch is to run a targeted security and quality review on the staged changes. This generates a detailed report highlighting necessary improvements and security flaws before merging.

Are there limitations to checking style adherence and refactoring needs automatically?

Automatic style adherence and refactoring checks are limited to the specified code files or version control changes provided. The analysis focuses strictly on the submitted code segments and does not evaluate external dependencies or runtime environments.