Code Review Skill

Review code for quality, functionality, performance, security, and maintainability.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/yangqiong/claude-skills --skill code-review-skill-yangqiong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Skill
Source: https://github.com/yangqiong/claude-skills/tree/main/development/code-review
Command: npx skills add https://github.com/yangqiong/claude-skills --skill code-review-skill-yangqiong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review, identifying potential issues related to code quality, functionality, performance, security, and maintainability.

Core Features & Use Cases

  • Comprehensive Checklist: Utilizes a detailed checklist covering various aspects of code quality.
  • Issue Identification: Pinpoints specific problems with severity levels (High, Medium, Low).
  • Actionable Recommendations: Provides clear suggestions for fixing identified issues.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag potential bugs or security vulnerabilities before merging code.

Quick Start

Use the Code Review Skill to analyze the current file for quality and security issues.

Frequently Asked Questions about Code Review Skill

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

FAQPage Schema
How can I automate code review to catch security vulnerabilities before merging?

You can automate code review by integrating this Skill into your CI/CD pipeline to automatically flag potential bugs and security vulnerabilities before code merging. It performs comprehensive checks on quality, functionality, performance, and maintainability.

What is automated code quality analysis and how does it identify issues?

Automated code quality analysis evaluates files against a detailed checklist covering functionality, performance, and security. It pinpoints specific problems and assigns severity levels of High, Medium, or Low to help prioritize fixes.

How do I perform a comprehensive security analysis and refactoring check on my code?

Perform a comprehensive security analysis by running this Skill on your current file or code selection. It identifies security vulnerabilities, assesses maintainability, and provides actionable recommendations for refactoring and improvement.

Does automated code review support CI/CD pipeline integration for continuous quality assurance?

Yes, automated code review supports CI/CD pipeline integration for continuous quality assurance. You can use it to automatically analyze file selections and flag potential bugs or security vulnerabilities before merging code.

What kind of actionable recommendations does a code review provide for fixing identified issues?

Code review provides clear suggestions and actionable recommendations for fixing identified issues based on severity ratings. It assesses code quality, functionality, performance, security, and maintainability to guide refactoring efforts.

Can I use code review for security vulnerability detection on a specific file selection?

Yes, you can use code review for security vulnerability detection on a specific file or code selection. It performs automated code quality checks and security vulnerability detection to enhance overall code quality.