code-review-expert

Analyze source code for design, security, performance, and quality issues.

Updated May 25, 2026
One-click install
npx skills add https://github.com/ngquaanghuy/Crypto --skill code-review-expert-ngquaanghuy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/ngquaanghuy/Crypto/tree/main/.agents/skills/code-review-expert
Command: npx skills add https://github.com/ngquaanghuy/Crypto --skill code-review-expert-ngquaanghuy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the code review process by providing expert-level analysis and actionable feedback on code changes, reducing the time spent on manual reviews and improving code quality.

Core Features & Use Cases

  • Expert-Level Analysis: Perform comprehensive code reviews covering architecture, security, performance, and code quality.
  • SOLID Principles: Detect violations of SOLID principles for better code design.
  • Security Scan: Identify potential security vulnerabilities like XSS, injection, and SSRF.
  • Performance Analysis: Detect issues like N+1 queries and CPU hotspots.
  • Use Case: For a developer working on a new feature, this Skill can automatically review the code changes and provide feedback on potential issues, helping to ensure that the code is secure, efficient, and adheres to best practices.

Quick Start

Run the code-review-expert skill to automatically review your current git changes.

Frequently Asked Questions about code-review-expert

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

FAQPage Schema
How do I automate code review for my git changes?

Automating code review for git changes involves analyzing source code for security vulnerabilities, performance issues, and adherence to SOLID principles. This skill processes your version control changes to provide expert-level actionable feedback on architecture and code quality.

What security vulnerabilities can automated code analysis detect?

Automated code analysis detects security vulnerabilities including XSS, injection, and SSRF. By scanning source code changes, it identifies potential threats and provides actionable feedback to ensure your software development workflow maintains strict security and code quality standards.

How does performance analysis identify code issues like N+1 queries?

Performance analysis identifies code issues like N+1 queries and CPU hotspots by evaluating source code during the review process. It detects these performance bottlenecks automatically, providing actionable feedback to optimize efficiency before committing your changes.

Can I check if my code changes violate SOLID principles automatically?

Yes, you can check if code changes violate SOLID principles automatically by running an expert code review. The analysis detects design principle violations within your source code, ensuring better architecture and maintainability across your software development workflow.

Do I need any specific dependencies to run an automated code quality scan?

No specific dependencies are required to run an automated code quality scan. The skill operates independently to analyze your source code changes for security, performance, and adherence to design principles without needing external libraries or modules.