code-review-expert

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

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Benjamindaoson/Financial_Asset_QA_System_master --skill code-review-expert-benjamindaoson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/Benjamindaoson/Financial_Asset_QA_System_master/tree/main/.agents/skills/code-review-expert
Command: npx skills add https://github.com/Benjamindaoson/Financial_Asset_QA_System_master --skill code-review-expert-benjamindaoson

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 quality issues to prevent problematic merges.

Core Features & Use Cases

  • SOLID + architecture checks for design defects
  • Security scan for common vulnerabilities and reliability concerns
  • Output by severity with a structured report and remediation guidance
  • Preflight/contextual diff analysis using git status and git diff

Quick Start

Run the code-review-expert command to generate a structured review of 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 analyze git changes for SOLID violations and security risks?

To analyze git changes for SOLID violations and security risks, run the code review command to execute preflight checks using git status and git diff. The review surfaces architecture defects and vulnerabilities, outputting a structured markdown report with findings categorized by severity from P0 to P3.

What is the best way to review pull requests for architecture and maintainability issues?

The best way to review pull requests for maintainability is using an automated workflow that evaluates diffs against SOLID principles. It guides reviewers through architecture and security checks, generating a structured report with an optional remediation plan to prevent problematic merges.

Can I get a structured code review report with severity levels for my current diff?

Yes, you can get a structured code review report with severity levels for your current diff. The review evaluates git changes and outputs findings categorized by severity from P0 to P3, detailing security risks and quality issues alongside an optional remediation plan.

Does the code review process include preflight checks using git status and git diff?

Yes, the code review process includes preflight checks using git status and git diff. These contextual diff analyses identify SOLID violations, security vulnerabilities, and quality issues before generating a structured markdown report to guide engineers through remediation.

How do I prevent problematic merges by identifying security vulnerabilities in my code?

Prevent problematic merges by identifying security vulnerabilities through an automated code review of your git changes. The process scans diffs for common reliability concerns and design defects, providing a structured markdown report with a remediation plan to resolve issues before integration.