code-reviewer

Automate code review across multiple programming languages and Git repositories.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill code-reviewer-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-skills/code-reviewer
Command: npx skills add https://github.com/4lerman/text_evaluator --skill code-reviewer-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, significantly reducing the time spent on manual code analysis and improving consistency in quality control.

Core Features & Use Cases

  • PR Analysis: Analyze pull requests for complexity, risk, and code quality.
  • Code Quality Checks: Detect structural issues, code smells, and SOLID principle violations.
  • Review Report Generation: Generate structured review reports for easy decision-making.
  • Use Case: Imagine you are reviewing a pull request for a complex feature. Use this Skill to automatically analyze the code, identify potential issues, and generate a comprehensive review report.

Quick Start

Use the code-reviewer skill to analyze the pull request for the 'feature-branch' against the 'main' branch.

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?

Automate code review by analyzing pull requests for complexity, risk, and code quality. This process checks for structural issues, code smells, and SOLID principle violations, generating a structured review report for easy decision-making.

What code quality checks can I run to detect SOLID principle violations?

Code quality checks detect structural issues, code smells, and SOLID principle violations. They also identify common problems like long methods, magic numbers, and missing error handling to ensure consistency in software development workflows.

Does automated PR analysis work with Git repositories and Python?

Automated PR analysis works with Git repositories and requires Python for analysis. It integrates into existing software development workflows to check code quality across multiple programming languages.

What is the best way to generate a code review report for a complex feature branch?

Generate a code review report by analyzing a feature branch against a main branch. This identifies potential issues, evaluates complexity and risk, and outputs a comprehensive structured review report.

What common code issues does an automated review check for?

An automated review checks for common issues like long methods, magic numbers, and missing error handling. It also detects broader code smells and SOLID principle violations to maintain quality control.