code-reviewer

Review multi-language code for quality, security, and performance issues.

12|2|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/nahisaho/CodeGraphMCPServer --skill code-reviewer-nahisaho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/nahisaho/CodeGraphMCPServer/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/nahisaho/CodeGraphMCPServer --skill code-reviewer-nahisaho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs comprehensive code reviews focusing on quality, maintainability, security, performance, and adherence to best practices, delivering actionable feedback.

Core Features & Use Cases

  • Quality Analysis: Assess readability, maintainability, and consistency.
  • Design Principles: Apply SOLID and architecture guidance.
  • Security & Performance: Identify security risks and performance bottlenecks.
  • Testing Guidance: Suggest testability improvements and test coverage ideas.

Quick Start

Provide a code snippet or repository location to review, and request a structured feedback report.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review code for security vulnerabilities and performance issues?

Code review identifies security risks aligned with OWASP best practices and detects performance bottlenecks across multi-language projects. Submit code snippets or repository locations to receive structured feedback on vulnerabilities, optimization opportunities, and actionable remediation steps.

Can code review help ensure SOLID principles and design patterns in my architecture?

Code review applies SOLID design principles and architecture guidance to assess adherence and suggest design-pattern improvements. It evaluates modularity, naming conventions, and structural consistency to strengthen maintainability across your codebase.

What does a comprehensive code quality review include?

Comprehensive code review covers readability, maintainability, consistency, security, performance, testing guidance, and best-practices adherence. It delivers actionable feedback on naming, modularization, refactoring recommendations, and test coverage improvements.

Does code review work with multiple programming languages and runtime architectures?

Code review applies across multi-language projects and diverse runtime architectures. It handles any programming language and architectural context, delivering consistent quality and security assessments regardless of tech stack.

How do I get testability and test coverage recommendations?

Code review suggests testability improvements and test coverage ideas as part of its quality assessment. It identifies gaps in test strategy and recommends patterns to increase coverage and code resilience.