code-review-expert

Analyze git diffs for SOLID violations, security risks, and architectural smells.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/geinala/entry --skill code-review-expert-geinala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/geinala/entry/tree/main/.agents/skills/code-review-expert
Command: npx skills add https://github.com/geinala/entry --skill code-review-expert-geinala

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyze current git changes to identify SOLID violations, security risks, and architectural smells.

Core Features & Use Cases

  • Structured diffs analysis: Identifies SRP, LSP, and other SOLID concerns, and highlights risky architectural patterns in diffs.
  • Security and reliability checks: Flags potential vulnerabilities and reliability issues in the current git changes.
  • Use Case: When a PR introduces a new module, the reviewer can rely on this skill to surface design and security concerns before merge.

Quick Start

Review the latest diff for SOLID violations, security gaps, and architectural concerns.

Frequently Asked Questions about code-review-expert

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

FAQPage Schema
How do I analyze git changes for SOLID violations and security risks?

To analyze git changes for SOLID violations and security risks, apply a structured code review to your pull requests or diffs to identify architectural smells and surface actionable improvements.

What is the best way to perform automated static analysis on a pull request?

Automated static analysis on a pull request reviews the current diffs to detect design flaws like SRP and LSP violations, flagging potential vulnerabilities and reliability issues before merge.

How does code review for architectural smells and reliability issues work?

Code review for architectural smells works by evaluating current git changes against structured checklists and severity levels, providing review-only outputs and safety guidelines to ensure maintainable code.

Can I use code review to check for security vulnerabilities in my diffs?

Yes, you can use code review to check for security vulnerabilities in your diffs; it flags potential security risks and reliability issues in the current git changes for senior engineers to approve.

Does code review provide actionable improvements for architectural smells?

Yes, code review provides actionable improvements for architectural smells by identifying risky patterns in diffs and suggesting structured improvements based on reference checklists and severity levels.