code-review

Review git changes against SOLID, security, performance, and error handling checklists.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/gclm/skills-hub --skill code-review-gclm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/gclm/skills-hub/tree/main/code-review
Command: npx skills add https://github.com/gclm/skills-hub --skill code-review-gclm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides expert-level code review, ensuring code quality, security, and maintainability through a structured, senior engineer lens.

Core Features & Use Cases

  • SOLID Principles Compliance: Checks for violations of SOLID principles to improve code architecture.
  • Security Scan: Identifies potential security vulnerabilities like XSS, injection, and SSRF.
  • Performance Analysis: Detects performance bottlenecks such as N+1 queries and CPU hotspots.
  • Use Case: Ideal for developers looking to ensure their code adheres to best practices before merging into the main branch.

Quick Start

Run /code-review to initiate a code review of your current git changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a code review on my local git changes?

To run a code review on your local git changes, execute the /code-review command. The tool parses your current git diffs and evaluates them against structured checklists for security, performance, and error handling.

What does a SOLID principles code review check for?

A SOLID principles code review checks for architectural violations to improve code maintainability. It analyzes your git diffs to ensure your architecture adheres to single responsibility and dependency inversion guidelines.

Can I detect security vulnerabilities like XSS and injection in my code diffs?

Yes, you can detect security vulnerabilities like XSS, injection, and SSRF in your code diffs. The review process scans git changes specifically for these common security flaws before merging.

Does the code review require git to access the local codebase?

Yes, the code review requires git to access the local codebase. It relies on git to parse diffs and evaluate local changes against predefined checklists for performance bottlenecks and boundary conditions.

How do I find performance bottlenecks like N+1 queries in my git diff?

To find performance bottlenecks like N+1 queries and CPU hotspots in your git diff, run a performance analysis. It detects these issues automatically by reviewing your uncommitted or staged code changes.