Agent skill · Code Review & Quality

code-reviewer

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin, C#, .NET, Java, C, C++, Rust, Ruby, PHP, and Dart/Flutter. 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.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill code-reviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 31
SKILL.md size: 6 KB
Bundled scripts: yes
Path: engineering-team/skills/code-reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Code Reviewer Automated code review tools for analyzing pull requests, detecting code quality issues, and generating review reports. --- ## How This Skill Is Organized ``` code-reviewer/ SKILL.md ← you are here (tools + dispatch table) rules/ universal.md ← security, async, resources, exceptions, performance — all languages languages/ python.md ← Python-specific rules + idioms typescript.md ← TypeScript / JavaScript-specific rules + idioms go.md ← Go-specific rules + idioms swift.md ← Swift-specific rules + idioms kotlin.md ← Kotlin-specific rules + idioms csharp.md ← C# / .NET-specific rules + idioms java.md ← Java-specific rules + idioms c.md ← C -specific rules + idioms cpp.md ← C++ -specific rules + idioms rust.md ← Rust -specific rules + idioms ruby.md ← Ruby -specific rules + idioms php.md ← PHP-specific rules + idioms dart.md ← Dart / Flutter-specific rules + idioms ``` ### Loading order for every review 1. This file (`SKILL.md`) — tools and thresholds 2. `rules/universal.md` — always, for every language 3. The matching `languages/*.md` — one file based on the extension table below That is always exactly **2 additional files**, regardless of scope. | Extension(s) | Load |

What's inside
Steps it walks through
  1. How This Skill Is Organized
  2. Loading order for every review
  3. Tools
  4. PR Analyzer
  5. Code Quality Checker
  6. Review Report Generator
  7. Adding a New Language
  8. Regression Fixtures
Ships with 24 files
  • README.md
  • assets/sample_c_clean.c
  • assets/sample_c_smells.c
  • assets/sample_csharp_clean.cs
  • assets/sample_csharp_smells.cs
  • assets/sample_java_clean.java
  • assets/sample_java_smells.java
  • expected_outputs/sample_c_clean_quality.json
  • expected_outputs/sample_c_smells_quality.json
  • expected_outputs/sample_csharp_clean_quality.json
  • expected_outputs/sample_csharp_smells_quality.json
  • expected_outputs/sample_java_clean_quality.json
  • expected_outputs/sample_java_smells_quality.json
  • languages/c.md
  • languages/cpp.md
  • languages/csharp.md
  • languages/dart.md
  • languages/go.md
  • languages/java.md
  • languages/kotlin.md
  • languages/php.md
  • languages/python.md
  • languages/ruby.md
  • languages/rust.md
first 24 of 31
Commands it runs
Analyze current branch against main
python scripts/pr_analyzer.py /path/to/repo
Compare specific branches
python scripts/pr_analyzer.py . --base main --head feature-branch
JSON output for integration
python scripts/pr_analyzer.py /path/to/repo --json
Analyze a directory
python scripts/code_quality_checker.py /path/to/code
Analyze specific language
Valid values: python, typescript, javascript, go, swift, kotlin, csharp, java, c, cpp, rust, ruby, php, dart
More from claude-skills
All skills →
About this skill
What does the code-reviewer skill do?

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin, C#, .NET, Java, C, C++, Rust, Ruby, PHP, and Dart/Flutter. 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.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill code-reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going