code-reviewer-advanced

Analyze codebases to detect quality, design, and security issues during reviews.

Updated Sep 22, 2025
One-click install
npx skills add https://github.com/MRenAIAgent/mini_agent --skill code-reviewer-advanced
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer-advanced
Source: https://github.com/MRenAIAgent/mini_agent/tree/main/.claude/skills/code-reviewer-advanced
Command: npx skills add https://github.com/MRenAIAgent/mini_agent --skill code-reviewer-advanced

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers and teams ensure code quality, detect design and security issues, and provide structured, actionable feedback during code reviews.

Core Features & Use Cases

  • Comprehensive Code Quality Analysis: Assess readability, maintainability, testability, performance, security, and standards compliance.
  • Design Issue Detection: Identify architecture violations, SOLID violations, coupling and cohesion problems, and interface design concerns.
  • Implementation Problem Identification: Detect logic errors, error handling gaps, resource management issues, concurrency pitfalls, and type safety problems.
  • Security Audit: Flag common vulnerabilities and ensure proper authentication/authorization considerations and secure dependencies.

Quick Start

Provide a thorough code review following the defined phases and deliver a structured report.

Frequently Asked Questions about code-reviewer-advanced

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

FAQPage Schema
How do I perform a comprehensive code review to detect design and security issues?

A comprehensive code review to detect design and security issues requires analyzing the codebase for quality, architecture violations, and common vulnerabilities. This Skill delivers structured, actionable feedback following a phased review workflow to identify these problems.

How do I identify SOLID violations and coupling problems during an architecture review?

To identify SOLID violations and coupling problems during an architecture review, you need design issue detection. This Skill assesses codebases for cohesion issues and interface design concerns, categorizing them into a structured report for actionable feedback.

Can I use static analysis to find concurrency pitfalls and type safety problems across different frameworks?

Yes, you can use static analysis to find concurrency pitfalls and type safety problems across different frameworks. This Skill identifies implementation problems like logic errors and resource management issues regardless of the specific language or framework used.

What's the best way to conduct a security audit for authentication and secure dependencies in my codebase?

The best way to conduct a security audit for authentication and secure dependencies is to flag common vulnerabilities systematically. This Skill performs security audits to ensure proper authorization considerations and dependency safety, delivering categorized feedback.

Does this code review approach work for assessing readability, maintainability, and testability standards compliance?

Yes, this code review approach works for assessing readability, maintainability, and testability standards compliance. The analysis evaluates comprehensive code quality factors, ensuring your codebase meets required engineering standards and provides actionable feedback.

Why do I need a phased review workflow to detect logic errors and error handling gaps?

You need a phased review workflow to detect logic errors and error handling gaps because it ensures comprehensive issue categorization. This Skill follows defined phases to systematically identify implementation problems and deliver structured, actionable feedback.