code-review

Analyze code for standards compliance, bugs, performance issues, and security vulnerabilities.

6|2|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/xiaoniuge36/codegen-engine-mcp --skill code-review-xiaoniuge36
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/xiaoniuge36/codegen-engine-mcp/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/xiaoniuge36/codegen-engine-mcp --skill code-review-xiaoniuge36

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenges of maintaining high code quality, identifying bugs, ensuring performance, and preventing security vulnerabilities by providing a structured approach to code review.

Core Features & Use Cases

  • Automated Checks: Performs checks for code style, potential bugs, performance bottlenecks, and security risks.
  • Structured Reporting: Generates detailed reports categorizing issues by severity (critical, warning, suggestion).
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential issues in new code commits before they reach production, ensuring a higher standard of code quality.

Quick Start

Use the code-review skill to analyze the provided code files 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 automate code review for React and Vue projects?

Automate code review for React and Vue by analyzing code for compliance with standards, identifying bugs, performance issues, and security vulnerabilities. This process generates detailed reports categorizing issues by severity with actionable suggestions.

Can I integrate automated code quality checks into my CI/CD pipeline?

Yes, you can integrate automated code quality checks into your CI/CD pipeline to automatically flag potential issues in new code commits before they reach production, ensuring a higher standard of code quality and security.

What is the best way to detect security vulnerabilities and performance bottlenecks in frontend code?

Detect security vulnerabilities and performance bottlenecks by running automated checks that analyze code style, potential bugs, and security risks. This generates a structured report categorizing issues by severity for improvement.

Does automated code review replace the need for linters and static analysis tools?

Automated code review does not replace linters and static analysis tools; it integrates with them for comprehensive code quality assessment. This combination ensures thorough checks for compliance, bugs, performance, and security.

How are identified bugs and security risks reported during the code review process?

Identified bugs and security risks are reported through structured reporting that categorizes issues by severity into critical, warning, and suggestion levels, offering detailed reports and actionable suggestions for improvement.