code-reviewer

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

2|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/NeuronioAzul/vscode-ext_img-details --skill code-reviewer-neuronioazul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/NeuronioAzul/vscode-ext_img-details/tree/main/.agents/skills/code-reviewer
Command: npx skills add https://github.com/NeuronioAzul/vscode-ext_img-details --skill code-reviewer-neuronioazul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious and time-consuming process of code review, helping to identify potential issues early in the development cycle and ensuring higher code quality.

Core Features & Use Cases

  • PR Analysis: Assesses pull requests for complexity, risk, and potential security vulnerabilities.
  • Code Quality Checks: Analyzes source code for adherence to SOLID principles, code smells, and complexity metrics.
  • Report Generation: Consolidates findings into actionable review reports.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag pull requests with hardcoded secrets, SQL injection risks, or significant code complexity before they are merged.

Quick Start

Use the code-reviewer skill to analyze the current pull request for quality and security issues.

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 complexity and security risks in pull requests?

Automate code review by analyzing pull requests to assess complexity, identify security vulnerabilities like hardcoded secrets and SQL injection, and generate comprehensive risk reports. This process flags potential issues early in the development cycle to ensure higher code quality.

What kinds of code smells and violations can automated code review detect?

Automated code review detects SOLID principle violations, code smells, and excessive complexity metrics. It analyzes source code to identify structural issues, ensuring adherence to quality standards and reducing technical debt in the codebase.

Does automated code review work with both TypeScript and Python codebases?

Automated code review supports both TypeScript and Python codebases. It analyzes source code in these languages to check for quality issues, security vulnerabilities, and complexity risks before generating actionable review reports.

How do I integrate automated code analysis into a CI/CD pipeline to flag pull requests?

Integrate automated code analysis into your CI/CD pipeline to automatically flag pull requests with hardcoded secrets, SQL injection risks, or significant complexity before merge. This ensures continuous quality checks during the development cycle.

What is the best way to generate actionable code review reports from pull request analysis?

Generate actionable code review reports by consolidating findings from pull request complexity assessments and code quality checks. These reports highlight security vulnerabilities, SOLID violations, and code smells into a comprehensive summary for developers.

What are the limitations of automating code review for security analysis and SOLID violations?

Limitations of automating code review include dependency on specific language support like TypeScript and Python, and the need for external libraries such as pypdf and pdfplumber. It may not catch every contextual logic flaw without manual verification.