Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
davila7 avatar

Code Reviewer

  • 864 installs
  • 29.9k repo stars
  • Updated July 27, 2026
  • davila7/claude-code-templates

code-reviewer is a Claude Code skill that automatically analyzes pull requests, runs best-practice and security checks, and generates structured review reports across TypeScript, JavaScript, Python, Swift, Kotlin, and Go

About

code-reviewer is a davila7 Claude Code Templates skill that provides automated pull-request review across TypeScript, JavaScript, Python, Swift, Kotlin, and Go. Three core Python scripts—pr_analyzer.py and code_quality_checker.py among them—drive PR analysis, best-practice validation, security scanning, and checklist generation. Developers invoke it when reviewing GitHub pull requests, surfacing issues, or standardizing feedback before merge. The skill bundles modern linting and security patterns into agent-guided review workflows rather than ad-hoc comments.

  • Three specialized scripts: PR Analyzer, Code Quality Checker, and Review Report Generator
  • Automated best-practice checking, security scanning, and performance analysis
  • Generates review checklists and actionable recommendations with automated-fix suggestions
  • Supports TypeScript, JavaScript, Python, Swift, Kotlin, and Go codebases
  • Hard-gate review workflow that produces a report before merging changes

Code Reviewer by the numbers

  • 864 all-time installs (skills.sh)
  • +26 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #154 of 1,382 Code Review & Quality skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davila7/claude-code-templates --skill code-reviewer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs864
repo stars29.9k
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorydavila7/claude-code-templates

How do you automate pull request code review checks?

Automatically analyze pull requests, run best-practice and security checks, and generate structured review reports across TypeScript, JavaScript, Python, Swift, Kotlin,

Who is it for?

Developers reviewing pull requests in polyglot repos who want automated security scans and checklist-driven feedback via Claude Code.

Skip if: Teams that require formal SAST platform gates with compliance attestations instead of agent-assisted PR commentary.

When should I use this skill?

A developer asks to review a pull request, scan for security issues, or generate a code quality checklist before merge.

What you get

Structured PR review report, security findings, best-practice violations list, and generated review checklist.

  • PR review report
  • security findings
  • review checklist

By the numbers

  • Supports 6 languages: TypeScript, JavaScript, Python, Swift, Kotlin, Go
  • 3 core automated script capabilities

Files

SKILL.mdMarkdownGitHub ↗

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:

# Script 1: Pr Analyzer
python scripts/pr_analyzer.py [options]

# Script 2: Code Quality Checker
python scripts/code_quality_checker.py [options]

# Script 3: Review Report Generator
python 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:

python 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:

python 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:

python 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

# Install dependencies
npm install
# or
pip install -r requirements.txt

# Configure environment
cp .env.example .env

2. Run Quality Checks

# Use the analyzer script
python scripts/code_quality_checker.py .

# Review recommendations
# 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

# Development
npm run dev
npm run build
npm run test
npm run lint

# Analysis
python scripts/code_quality_checker.py .
python scripts/review_report_generator.py --analyze

# Deployment
docker build -t app:latest .
docker-compose up -d
kubectl 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

Related skills

Forks & variants (1)

Code Reviewer has 1 known copy in the catalog totaling 49 installs. They canonicalize to this original listing.

How it compares

Use code-reviewer for agent-guided multi-language PR review scripts rather than language-specific linters alone.

FAQ

Which languages does code-reviewer support?

code-reviewer supports automated pull request review for TypeScript, JavaScript, Python, Swift, Kotlin, and Go. Python scripts such as pr_analyzer.py and code_quality_checker.py drive analysis and checklist generation.

What scripts does code-reviewer run?

code-reviewer bundles three core Python script capabilities including pr_analyzer.py for PR analysis and code_quality_checker.py for best-practice and security checks before merge.

Is Code Reviewer safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Code Review & Qualitytestingintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.