code-review

Analyze code for bugs, security vulnerabilities, and code smells.

84|15|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AIDotNet/MoYuCode --skill code-review-aidotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AIDotNet/MoYuCode/tree/main/skills/community/code-review
Command: npx skills add https://github.com/AIDotNet/MoYuCode --skill code-review-aidotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for thorough code analysis to identify and rectify issues related to code quality, security vulnerabilities, performance bottlenecks, and maintainability.

Core Features & Use Cases

  • Comprehensive Code Analysis: Examines code for bugs, security flaws, and code smells.
  • Severity Rating: Classifies identified issues into Critical, Warning, and Suggestion levels.
  • Actionable Fixes: Provides specific code improvements and explanations.
  • Use Case: A developer can submit a code snippet or a file to the AI, requesting a review. The AI will then return a detailed report highlighting potential problems and suggesting solutions, ensuring higher code quality and security.

Quick Start

Use the code-review skill to analyze the provided code snippet for quality and security issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I analyze code for security vulnerabilities and code smells?

To analyze code for security vulnerabilities and code smells, submit your code snippet or file for static analysis. The review parses code structure and logic to identify bugs, security flaws, and performance bottlenecks across various programming languages.

What is the best way to get actionable fixes for code quality issues?

The best way to get actionable fixes for code quality issues is to run a comprehensive code review. It evaluates maintainability and provides specific code improvements with explanations, classifying issues into Critical, Warning, and Suggestion severity levels.

Can I perform static analysis on any programming language?

Yes, you can perform static analysis across various programming languages. The review examines code structure and logic to detect bugs, security vulnerabilities, and performance bottlenecks regardless of the specific language used.

How does severity rating work for identified code security flaws?

Severity rating for identified code security flaws classifies issues into Critical, Warning, and Suggestion levels. This mechanism helps prioritize rectifications by highlighting the most severe quality and security problems first.

When do I need static analysis to evaluate code structure and logic?

You need static analysis to evaluate code structure and logic when you want to ensure higher code quality and security before deployment. It addresses the need to identify and rectify maintainability issues and performance bottlenecks without executing the code.

Does code review identify performance bottlenecks and maintainability issues?

Yes, code review identifies performance bottlenecks and maintainability issues. It performs comprehensive analysis to detect bugs, security flaws, and code smells, returning a detailed report with severity-rated improvement suggestions.