Code Reviewer

Automated code review with security scanning and quality checks

✨ The solution you've been looking for

Verified
Tested and verified by our team
16036 Stars

Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.

code-review quality-assurance security-scanning best-practices automation pull-requests static-analysis typescript
Repository

See It In Action

Interactive preview & real-world examples

Live Demo
Skill Demo Animation

AI Conversation Simulator

See how users interact with this skill

User Prompt

Review this pull request for code quality, security issues, and adherence to our coding standards

Skill Processing

Analyzing request...

Agent Response

Comprehensive analysis report with quality metrics, security findings, and actionable recommendations

Quick Start (3 Steps)

Get up and running in minutes

1

Install

claude-code skill install code-reviewer

claude-code skill install code-reviewer
2

Config

3

First Trigger

@code-reviewer help

Commands

CommandDescriptionRequired Args
@code-reviewer pull-request-reviewConduct thorough analysis of incoming pull requests before mergingNone
@code-reviewer code-quality-assessmentEvaluate existing codebase for technical debt and improvement opportunitiesNone
@code-reviewer security-code-auditScan codebase for security vulnerabilities and compliance issuesNone

Typical Use Cases

Pull Request Review

Conduct thorough analysis of incoming pull requests before merging

Code Quality Assessment

Evaluate existing codebase for technical debt and improvement opportunities

Security Code Audit

Scan codebase for security vulnerabilities and compliance issues

Overview

Code Reviewer

Complete toolkit for code reviewer with modern tools and best practices.

Quick Start

Main Capabilities

This skill provides three core capabilities through automated scripts:

1# Script 1: Pr Analyzer
2python scripts/pr_analyzer.py [options]
3
4# Script 2: Code Quality Checker
5python scripts/code_quality_checker.py [options]
6
7# Script 3: Review Report Generator
8python scripts/review_report_generator.py [options]

Core Capabilities

1. Pr Analyzer

Automated tool for pr analyzer tasks.

Features:

  • Automated scaffolding
  • Best practices built-in
  • Configurable templates
  • Quality checks

Usage:

1python scripts/pr_analyzer.py <project-path> [options]

2. Code Quality Checker

Comprehensive analysis and optimization tool.

Features:

  • Deep analysis
  • Performance metrics
  • Recommendations
  • Automated fixes

Usage:

1python scripts/code_quality_checker.py <target-path> [--verbose]

3. Review Report Generator

Advanced tooling for specialized tasks.

Features:

  • Expert-level automation
  • Custom configurations
  • Integration ready
  • Production-grade output

Usage:

1python scripts/review_report_generator.py [arguments] [options]

Reference Documentation

Code Review Checklist

Comprehensive guide available in references/code_review_checklist.md:

  • Detailed patterns and practices
  • Code examples
  • Best practices
  • Anti-patterns to avoid
  • Real-world scenarios

Coding Standards

Complete workflow documentation in references/coding_standards.md:

  • Step-by-step processes
  • Optimization strategies
  • Tool integrations
  • Performance tuning
  • Troubleshooting guide

Common Antipatterns

Technical reference guide in references/common_antipatterns.md:

  • Technology stack details
  • Configuration examples
  • Integration patterns
  • Security considerations
  • Scalability guidelines

Tech Stack

Languages: TypeScript, JavaScript, Python, Go, Swift, Kotlin Frontend: React, Next.js, React Native, Flutter Backend: Node.js, Express, GraphQL, REST APIs Database: PostgreSQL, Prisma, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions, CircleCI Cloud: AWS, GCP, Azure

Development Workflow

1. Setup and Configuration

1# Install dependencies
2npm install
3# or
4pip install -r requirements.txt
5
6# Configure environment
7cp .env.example .env

2. Run Quality Checks

1# Use the analyzer script
2python scripts/code_quality_checker.py .
3
4# Review recommendations
5# Apply fixes

3. Implement Best Practices

Follow the patterns and practices documented in:

  • references/code_review_checklist.md
  • references/coding_standards.md
  • references/common_antipatterns.md

Best Practices Summary

Code Quality

  • Follow established patterns
  • Write comprehensive tests
  • Document decisions
  • Review regularly

Performance

  • Measure before optimizing
  • Use appropriate caching
  • Optimize critical paths
  • Monitor in production

Security

  • Validate all inputs
  • Use parameterized queries
  • Implement proper authentication
  • Keep dependencies updated

Maintainability

  • Write clear code
  • Use consistent naming
  • Add helpful comments
  • Keep it simple

Common Commands

 1# Development
 2npm run dev
 3npm run build
 4npm run test
 5npm run lint
 6
 7# Analysis
 8python scripts/code_quality_checker.py .
 9python scripts/review_report_generator.py --analyze
10
11# Deployment
12docker build -t app:latest .
13docker-compose up -d
14kubectl apply -f k8s/

Troubleshooting

Common Issues

Check the comprehensive troubleshooting section in references/common_antipatterns.md.

Getting Help

  • Review reference documentation
  • Check script output messages
  • Consult tech stack documentation
  • Review error logs

Resources

  • Pattern Reference: references/code_review_checklist.md
  • Workflow Guide: references/coding_standards.md
  • Technical Guide: references/common_antipatterns.md
  • Tool Scripts: scripts/ directory

What Users Are Saying

Real feedback from the community

Environment Matrix

Dependencies

Python 3.x
Node.js (for JavaScript/TypeScript analysis)
pip install -r requirements.txt

Framework Support

React ✓ Next.js ✓ React Native ✓ Flutter ✓ Node.js ✓ Express ✓ GraphQL ✓

Context Window

Token Usage ~5K-15K tokens depending on codebase size and analysis depth

Security & Privacy

Information

Author
davila7
Updated
2026-01-30
Category
automation-tools