code-review-expert

Analyze git changes for SOLID violations, security risks, and code quality issues.

5|1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/XueHua-s/astro-snow --skill code-review-expert-xuehua-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/XueHua-s/astro-snow/tree/main/skills/code-review-expert
Command: npx skills add https://github.com/XueHua-s/astro-snow --skill code-review-expert-xuehua-s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyzes the current git changes to surface SOLID violations, security risks, and code-quality issues before merging.

Core Features & Use Cases

  • SOLID + architecture checks across changes to identify single-responsibility, open/closed, and dependency concerns.
  • Security and reliability scanning for common vulnerabilities, auth gaps, and unsafe error handling.
  • Actionable remediation guidance with prioritized findings suitable for engineers and team leads.
  • Use case: pre-merge review for web applications with multi-language stacks.

Quick Start

Review the current git diff to generate a prioritized code-review report.

Frequently Asked Questions about code-review-expert

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

FAQPage Schema
How do I run an automated code review on my git diff before merging?

Code review for multi-language stacks analyzes current git changes to identify SOLID violations, security risks, and code quality issues. It produces structured findings with severity levels and actionable remediation steps for pre-merge evaluations.

What architecture and security issues can a pre-merge code review detect?

Pre-merge code review detects SOLID violations including single-responsibility and dependency concerns. It also scans for common security vulnerabilities, authentication gaps, and unsafe error handling across multi-language web application stacks.

Can I use automated code review for multi-language web application stacks?

Yes, automated code review is designed for multi-language web application stacks. It evaluates architecture, security, and error handling across diverse codebases to ensure robust pre-merge evaluations.

How are code review findings prioritized for implementers?

Code review findings are prioritized using severity levels from P0 to P3. This structured output provides clear guidance and actionable remediation steps for implementers to address critical security and architecture issues first.

When do I need a senior-lens code review for my changes?

You need a senior-lens code review during pre-merge phases to evaluate complex architecture and security concerns. It provides structured findings with severity levels and remediation steps suitable for engineers and team leads.