code-reviewer

Analyze git diffs for risk issues and score code quality across six languages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates comprehensive code reviews by combining PR risk detection and quality scoring so reviewers can focus on high-value issues instead of manual scanning.

Core Features & Use Cases

  • PR Analyzer & Risk Detection inspects git diffs for hardcoded secrets, TODO notes, debugger statements, and more while weighting files by priority category.
  • Code Quality Checker evaluates files across TypeScript, JavaScript, Python, Go, Swift, and Kotlin for function complexity, SOLID violations, and code smells, emitting scores and grades per file.
  • Reference Guides provide checklists, coding standards, and antipattern catalogs to guide reviewers through correctness, security, performance, testing, and documentation practices.
  • Use Case: For a mixed-language feature branch, run the suite to produce a prioritized review order, actionable issues, and a verdict-ready report without leaving the terminal.

Quick Start

Ask the assistant to run the PR analyzer and quality checker on the current branch and summarize the prioritized findings and verdict.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate pull request code review and risk analysis for TypeScript or Python?

Automated pull request code review scans git diffs for hardcoded secrets, debugger statements, and TODO notes to generate prioritized risk analysis and quality scoring reports.

Can I detect SOLID violations and code smells across multiple programming languages?

Quality checking evaluates function complexity and SOLID violations across TypeScript, JavaScript, Python, Go, Swift, and Kotlin, emitting per-file scores and grades.

What is the best way to generate code review reports from a git diff?

Deterministic diff scanning scripts analyze code quality and risk issues to produce combined markdown or JSON review reports from your feature branch.

Does this code review automation work without manual scoring or external dependencies?

Code review automation requires no external dependencies and applies deterministic scripts to provide structured review reports without manual scoring.

How do I get a prioritized review order for a mixed-language feature branch?

Running the suite on a mixed-language feature branch produces a prioritized review order, actionable issues, and a verdict-ready report without leaving the terminal.