Code Review Expert

Review current git changes for SOLID violations and security risks.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ZJUxjy/opencode_lite --skill code-review-expert-zjuxjy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Expert
Source: https://github.com/ZJUxjy/opencode_lite/tree/main/skills/code-review
Command: npx skills add https://github.com/ZJUxjy/opencode_lite --skill code-review-expert-zjuxjy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert-level code reviews for your git changes, identifying critical issues related to SOLID principles, security vulnerabilities, and potential improvements, ensuring higher code quality and reliability.

Core Features & Use Cases

  • Comprehensive Analysis: Detects SOLID violations, security risks, and code quality issues.
  • Actionable Feedback: Provides clear severity levels (P0-P3) and suggested improvements.
  • Use Case: Before merging a new feature, use this Skill to get a senior engineer's perspective on the code's design, security, and maintainability, preventing potential bugs and vulnerabilities.

Quick Start

Ask the Code Review Expert to review the current git changes and provide feedback on SOLID violations and security risks.

Frequently Asked Questions about Code Review Expert

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

FAQPage Schema
How do I review git changes for SOLID principle violations?

To review git changes for SOLID violations, the code is analyzed against SRP, OCP, LSP, ISP, and DIP rules to detect design flaws, providing structured findings with severity levels from P0 to P3 and actionable refactoring plans.

What is the best way to find security vulnerabilities like XSS in my code?

The best way to find security vulnerabilities like XSS and injection is to perform an expert code review on current git changes, which identifies security risks and returns structured findings with severity levels and suggested removal plans.

Can I get actionable refactoring suggestions based on my git diff?

Yes, actionable refactoring suggestions are generated by analyzing your current git diff to evaluate code quality issues like error handling and performance, outputting clear severity levels with specific improvement plans.

How does a code review check for error handling and performance issues?

A code review checks for error handling and performance issues by analyzing current git changes for code quality flaws, categorizing detected problems into P0 to P3 severity levels, and suggesting targeted refactoring actions.

Do I need any specific dependencies to perform an automated code security review?

No specific dependencies are required to perform an automated code security review, as the analysis operates directly on current git changes to detect security risks and SOLID violations without external libraries.