code-reviewer
Comprehensive code review toolkit for evaluating quality across multiple languages. Use for PR analysis, quality checking, and generating review reports. Based on alirezarezvani/Codex-skills.
Best use case
code-reviewer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Comprehensive code review toolkit for evaluating quality across multiple languages. Use for PR analysis, quality checking, and generating review reports. Based on alirezarezvani/Codex-skills.
Teams using code-reviewer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/code-reviewer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How code-reviewer Compares
| Feature / Agent | code-reviewer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Comprehensive code review toolkit for evaluating quality across multiple languages. Use for PR analysis, quality checking, and generating review reports. Based on alirezarezvani/Codex-skills.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
SKILL.md Source
# Code Reviewer ## Overview This skill provides comprehensive code review capabilities across multiple programming languages including TypeScript, JavaScript, Python, Swift, and Kotlin. Focus areas: code quality, security, performance, and maintainability. ## Quick Start 1. **Identify scope** - Files or PR to review 2. **Run analysis** - Check code quality, security, performance 3. **Document findings** - Categorize by severity 4. **Provide recommendations** - Actionable improvements 5. **Generate report** - Structured review output ## When to Use - Pull request reviews - Pre-merge quality gates - Code audit requirements - Security assessments - Performance optimization reviews - Onboarding code familiarization ## Related Skills - [tdd-obra](../tdd-obra/SKILL.md) - Test-first development - [systematic-debugging](../systematic-debugging/SKILL.md) - Debugging methodology - [subagent-driven](../subagent-driven/SKILL.md) - Development with reviews --- ## Version History - **1.0.0** (2026-01-19): Initial release adapted from alirezarezvani/Codex-skills ## Sub-Skills - [Best Practices](best-practices/SKILL.md) - [Error Handling](error-handling/SKILL.md) - [Metrics](metrics/SKILL.md) ## Sub-Skills - [1. Code Quality (+3)](1-code-quality/SKILL.md) - [Step 1: Context Gathering](step-1-context-gathering/SKILL.md) - [Step 2: High-Level Analysis (+4)](step-2-high-level-analysis/SKILL.md) - [Severity Levels](severity-levels/SKILL.md) - [General (+5)](general/SKILL.md) - [Code Smells (+1)](code-smells/SKILL.md) - [Review Report Template](review-report-template/SKILL.md) - [Summary](summary/SKILL.md) - [Statistics](statistics/SKILL.md) - [[Finding Title]](finding-title/SKILL.md) - [Medium/Low Findings](mediumlow-findings/SKILL.md) - [Positive Observations](positive-observations/SKILL.md) - [Recommendations](recommendations/SKILL.md) - [Test Coverage](test-coverage/SKILL.md) - [TypeScript/JavaScript (+2)](typescriptjavascript/SKILL.md)
Related Skills
code-reviewer-typescriptjavascript
Sub-skill of code-reviewer: TypeScript/JavaScript (+2).
code-reviewer-test-coverage
Sub-skill of code-reviewer: Test Coverage.
code-reviewer-step-2-high-level-analysis
Sub-skill of code-reviewer: Step 2: High-Level Analysis (+4).
code-reviewer-step-1-context-gathering
Sub-skill of code-reviewer: Step 1: Context Gathering.
code-reviewer-statistics
Sub-skill of code-reviewer: Statistics.
code-reviewer-severity-levels
Sub-skill of code-reviewer: Severity Levels.
code-reviewer-review-report-template
Sub-skill of code-reviewer: Review Report Template.
code-reviewer-positive-observations
Sub-skill of code-reviewer: Positive Observations.
code-reviewer-mediumlow-findings
Sub-skill of code-reviewer: Medium/Low Findings.
code-reviewer-general
Sub-skill of code-reviewer: General (+5).
code-reviewer-finding-title
Sub-skill of code-reviewer: [Finding Title].
code-reviewer-code-smells
Sub-skill of code-reviewer: Code Smells (+1).