code-review-expert

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of conducting thorough code reviews, ensuring code quality, security, and adherence to best practices, saving valuable developer time.

Core Features & Use Cases

  • Comprehensive Analysis: Reviews code for SOLID principles, security vulnerabilities, performance bottlenecks, and general code quality issues.
  • Actionable Feedback: Provides structured findings with severity levels and clear suggestions for improvement.
  • Use Case: A developer submits a pull request. They can invoke this Skill to get an immediate, detailed review from a senior engineer's perspective before human review, catching potential issues early.

Quick Start

Use the code-review-expert skill to review the 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 review git changes for SOLID principles and security vulnerabilities?

Automated code review analyzes current git changes, checking for SOLID violations, security vulnerabilities, and performance bottlenecks. It categorizes findings by severity from P0 to P3 and provides actionable improvement suggestions.

What is the best way to catch performance issues before a pull request?

Running an expert code review on your current git changes catches performance issues before a pull request. It identifies bottlenecks early and provides structured feedback with severity levels to improve code quality before human review.

Does automated code review provide actionable suggestions for fixing defects?

Yes, automated code review provides actionable suggestions for fixing defects. It evaluates code quality and outputs structured findings categorized by severity levels, along with optional fix implementations to resolve the identified issues.

Can I use a code review skill to check local git diffs without a remote repository?

Yes, you can use a code review skill to check local git diffs without a remote repository. It performs expert analysis directly on your current git changes, evaluating security risks and SOLID violations locally.

How are code quality findings categorized during a code review?

Code quality findings are categorized by severity levels ranging from P0 to P3 during a review. This structured approach prioritizes security risks, performance issues, and SOLID violations to guide actionable improvements.

When should I avoid relying on automated code review?

You should avoid relying solely on automated code review for complex architectural decisions, as it primarily targets SOLID principles, security risks, performance, and code quality defects within current git changes.