Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 95% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 39% | 0% |
Complete toolkit for code reviewer with modern tools and best practices.
This skill provides three core capabilities through automated scripts:
bash# 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]
Automated tool for pr analyzer tasks.
Features:
Usage:
bashpython scripts/pr_analyzer.py <project-path> [options]
Comprehensive analysis and optimization tool.
Features:
Usage:
bashpython scripts/code_quality_checker.py <target-path> [--verbose]
Advanced tooling for specialized tasks.
Features:
Usage:
bashpython scripts/review_report_generator.py [arguments] [options]
Comprehensive guide available in references/code_review_checklist.md:
Complete workflow documentation in references/coding_standards.md:
Technical reference guide in references/common_antipatterns.md:
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
bash# Install dependencies npm install # or pip install -r requirements.txt # Configure environment cp .env.example .env
bash# Use the analyzer script python scripts/code_quality_checker.py . # Review recommendations # Apply fixes
Follow the patterns and practices documented in:
references/code_review_checklist.mdreferences/coding_standards.mdreferences/common_antipatterns.mdbash# 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/
Check the comprehensive troubleshooting section in references/common_antipatterns.md.
references/code_review_checklist.mdreferences/coding_standards.mdreferences/common_antipatterns.mdscripts/ directoryOther measured skills in the registry, with their headline benchmark lift.