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.

5 stars

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

$curl -o ~/.claude/skills/code-reviewer/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/development/code-reviewer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/code-reviewer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How code-reviewer Compares

Feature / Agentcode-reviewerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

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)