code-reviewer

Analyze pull requests for complexity, risk, and code quality issues.

22|3|Updated Apr 20, 2025
One-click install
npx skills add https://github.com/CloudToLocalLLM-online/CloudToLocalLLM --skill code-reviewer-cloudtolocalllm-online
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/CloudToLocalLLM-online/CloudToLocalLLM/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/CloudToLocalLLM-online/CloudToLocalLLM --skill code-reviewer-cloudtolocalllm-online

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-magic, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious and time-consuming process of reviewing code, ensuring higher quality, consistency, and adherence to best practices across your projects.

Core Features & Use Cases

  • Automated PR Analysis: Analyzes changes in pull requests for complexity, risk, and potential issues.
  • Code Quality Checks: Detects code smells, SOLID violations, and adherence to coding standards.
  • Report Generation: Creates structured review reports with actionable insights and verdicts.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical issues in pull requests before human review, saving developer time and improving code reliability.

Quick Start

Use the code-reviewer skill to analyze the current pull request and generate a review report.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for pull requests in multiple programming languages?

Automate code review by analyzing pull requests for complexity and risk across TypeScript, JavaScript, Python, Go, Swift, and Kotlin. The tool checks code quality against SOLID principles, detects common code smells, and generates structured review reports with actionable insights.

Can I check code quality and SOLID principles violations automatically?

Yes, you can check code quality automatically by analyzing code structure, function metrics, and class metrics. The review process detects SOLID principle violations and common code smells, ensuring adherence to coding standards before generating a comprehensive report.

What's the best way to integrate static analysis into a CI/CD pipeline?

The best way to integrate static analysis into a CI/CD pipeline is to automatically flag critical issues in pull requests before human review. This automated PR analysis evaluates complexity, risk, and adherence to standards, saving developer time and improving reliability.

Does automated code review work with Go, Swift, and Kotlin projects?

Automated code review works with Go, Swift, and Kotlin projects, alongside TypeScript, JavaScript, and Python. It analyzes code changes in pull requests, evaluates function and class metrics, and checks for SOLID violations and code smells across all supported languages.

How do I generate a comprehensive code review report with actionable insights?

Generate a comprehensive code review report by running an automated analysis of your pull request. The report includes actionable insights, complexity metrics, risk assessment, and a final verdict based on detected code smells and SOLID principle adherence.

Do I need python-magic to run the code-reviewer skill?

Yes, you need python-magic installed as a dependency to run the code-reviewer skill. This prerequisite supports the underlying automation scripts that analyze code structure, evaluate function metrics, and detect standard violations.