code-reviewer

Analyze pull requests for complexity, risk, and SOLID violations.

148|50|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/yezannnnn/agentGroup --skill code-reviewer-yezannnnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/yezannnnn/agentGroup/tree/main/jarvis/skills/engineering-team/code-reviewer
Command: npx skills add https://github.com/yezannnnn/agentGroup --skill code-reviewer-yezannnnn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.

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 reviews for multiple programming languages?

You can automate pull request reviews by running Python scripts that analyze code changes for complexity and risk across TypeScript, JavaScript, Python, Go, Swift, and Kotlin. It checks SOLID principles and generates structured review reports.

What is static analysis for SOLID principles in a CI pipeline?

Static analysis for SOLID principles automatically detects code smells and architectural violations within a CI pipeline. It evaluates code quality by checking changes against SOLID criteria and generating a structured review report of identified issues.

Does automated code review work with Go and Swift projects?

Automated code review works with Go and Swift projects, alongside TypeScript, JavaScript, Python, and Kotlin. It analyzes pull request changes to identify complexity, risk factors, and code quality issues specific to these languages.

How do I generate a code review checklist from a pull request?

Generate a code review checklist by analyzing pull request changes for code smells and SOLID violations. The analysis produces a structured review report detailing complexity, risk areas, and identified quality issues.

What is the best way to identify code smells in Python and TypeScript?

The best way to identify code smells in Python and TypeScript is through automated static analysis that checks for SOLID principle violations. It evaluates code complexity and risk during pull requests, outputting a structured quality report.