code-review-expert

Review current git changes for SOLID, security, performance, and quality issues.

23|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/yasinatesim/tuvix.js --skill code-review-expert-yasinatesim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/yasinatesim/tuvix.js/tree/main/.claude/skills/code-review-expert
Command: npx skills add https://github.com/yasinatesim/tuvix.js --skill code-review-expert-yasinatesim

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, ensuring code quality, security, and adherence to best practices, much like a senior engineer would.

Core Features & Use Cases

  • Comprehensive Analysis: Reviews code for SOLID violations, security vulnerabilities, performance bottlenecks, and general code quality issues.
  • Actionable Feedback: Provides structured findings with severity levels (P0-P3) and suggests concrete improvements.
  • Use Case: Before merging a new feature, run this Skill on your git changes to catch potential bugs, security flaws, or architectural issues, preventing costly mistakes down the line.

Quick Start

Run the code-review-expert skill to 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 perform an automated code review on my git changes?

Automated code review on git changes analyzes your diff to identify SOLID violations, security vulnerabilities, and performance bottlenecks. It evaluates current uncommitted modifications and outputs actionable improvements with severity ratings.

How does a code review check for SOLID principle violations?

A code review checks for SOLID principle violations by applying structured checklists to your diff analysis. It identifies architectural issues and removal candidates, proposing concrete refactoring improvements to ensure your code adheres to established engineering standards.

Can I use an automated code review to find security vulnerabilities before merging?

You can use automated code review to find security vulnerabilities before merging by running it on your git changes. It catches potential flaws and architectural issues early, providing structured findings with severity levels from P0 to P3 to prevent costly mistakes.

What is the best way to assess code quality and performance bottlenecks in a new feature?

The best way to assess code quality and performance bottlenecks in a new feature is running a comprehensive diff analysis. This process evaluates your git changes against structured checklists, identifying removal candidates and outputting severity-rated actionable feedback.

How do I get severity ratings for code refactoring suggestions?

You get severity ratings for code refactoring suggestions by analyzing your git changes for code quality issues. The review process assigns priority levels from P0 to P3 to each finding, highlighting violations and proposing concrete improvements for your codebase.