code-review-expert

Analyzes git diffs for SOLID violations, security risks, and performance issues.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/MuhamadAnang/wareflow-project --skill code-review-expert-muhamadanang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/MuhamadAnang/wareflow-project/tree/main/.agents/skills/code-review-expert
Command: npx skills add https://github.com/MuhamadAnang/wareflow-project --skill code-review-expert-muhamadanang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive code review to identify potential issues in your code changes, ensuring higher quality, security, and maintainability.

Core Features & Use Cases

  • SOLID Principle Adherence: Detects violations of SOLID design principles.
  • Security Risk Assessment: Identifies potential security vulnerabilities and data loss risks.
  • Code Quality & Performance: Flags code smells, performance regressions, and error handling issues.
  • Removal Candidates: Suggests code that can be safely removed or refactored.
  • Use Case: Before merging a new feature, submit your code changes for a thorough review to catch critical bugs, security flaws, and architectural smells, preventing costly production issues.

Quick Start

Review the current git changes for SOLID violations, security risks, and performance problems.

Frequently Asked Questions about code-review-expert

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

FAQPage Schema
How do I check git changes for SOLID principle violations before merging?

Review git changes for SOLID principle violations by analyzing code structure against reference checklists. This process detects architectural smells and provides actionable feedback with severity levels to prevent costly production issues.

What is the best way to identify security risks in my git diff?

Identify security risks in a git diff by assessing code changes for potential vulnerabilities and data loss. This security risk assessment flags critical flaws during the review process, ensuring higher code maintainability.

Can I detect performance regressions and error handling issues in uncommitted code?

Detect performance regressions and error handling issues in uncommitted code by analyzing git diffs. The review flags code smells and assesses reliability, outputting structured feedback to catch critical bugs early.

Does this code review process suggest refactoring or removal candidates?

Yes, the code review process suggests removal candidates by identifying code that can be safely removed or refactored. It analyzes structural changes using git diff and ripgrep to find architectural smells.

How do I assess architectural smells and code quality in my recent commits?

Assess architectural smells and code quality in recent commits by utilizing git diff and ripgrep to analyze code structure. This expert review identifies reliability issues and outputs structured, actionable feedback.

Do I need any specific dependencies to run an expert code review on my repository?

No specific dependencies are required to run an expert code review on your repository. The process utilizes built-in tools like git diff, ripgrep, and reference checklists to analyze changes and identify issues.