code-review-expert

Review current git changes for SOLID, security, performance, and error handling.

31|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/codemo1991/nanobot-webui --skill code-review-expert-codemo1991
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/codemo1991/nanobot-webui/tree/main/nanobot/skills/code-review-expert
Command: npx skills add https://github.com/codemo1991/nanobot-webui --skill code-review-expert-codemo1991

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive code review for your current git changes, focusing on critical aspects like SOLID principles, security, performance, and error handling, mimicking the lens of a senior engineer.

Core Features & Use Cases

  • In-depth Code Analysis: Analyzes git diffs for SOLID violations, architectural smells, security vulnerabilities, and performance regressions.
  • Structured Feedback: Delivers findings categorized by severity (P0-P3) with clear descriptions and suggested fixes.
  • Use Case: Before merging a new feature, use this Skill to get a thorough review that identifies potential bugs, security flaws, and areas for refactoring, ensuring higher code quality and maintainability.

Quick Start

Run a code review on the current git changes, focusing on SOLID and security.

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 my git diff for SOLID principle violations and security vulnerabilities?

Reviewing your git diff for SOLID principle violations and security vulnerabilities involves analyzing current code changes against architectural and security checklists. This skill performs expert code review on git changes, identifying SOLID infractions, security flaws, and performance regressions with structured severity feedback.

Can I get automated code review feedback categorized by severity before merging a feature?

Yes, automated code review feedback can be categorized by severity before merging. This skill evaluates git changes and delivers structured feedback rated from P0 to P3, providing clear descriptions and suggested fixes for identified security, performance, and error handling issues.

What is the best way to check git changes for performance regressions and error handling issues?

Checking git changes for performance regressions and error handling issues is best achieved through expert code analysis. This skill utilizes git commands and reference checklists to assess current changes, pinpointing performance bottlenecks and error handling gaps to ensure higher maintainability.

Do I need the git binary installed to analyze code changes for architectural smells?

Yes, you need the git binary installed to analyze code changes for architectural smells. This skill requires the git binary for diff analysis to detect SOLID violations and architectural issues, alongside access to reference markdown files for detailed review criteria.

Does automated code review work with uncommitted changes or only committed git diffs?

Automated code review works by analyzing current git changes, which includes uncommitted modifications in the working directory. The skill leverages git diff analysis to evaluate these current changes against security and performance checklists, providing immediate feedback before you commit or merge.