Complete toolkit for code reviewer with modern tools and best practices.
This skill provides three core capabilities through automated scripts:
# Script 1: Pr Analyzer
python3 ~/.{TOOL}/skills/code-reviewer/scripts/pr_analyzer.py [options]
# Script 2: Code Quality Checker
python3 ~/.{TOOL}/skills/code-reviewer/scripts/code_quality_checker.py [options]
# Script 3: Review Report Generator
python3 ~/.{TOOL}/skills/code-reviewer/scripts/review_report_generator.py [options]
Automated tool for pr analyzer tasks.
Features:
Usage:
python3 ~/.{TOOL}/skills/code-reviewer/scripts/pr_analyzer.py <project-path> [options]
Comprehensive analysis and optimization tool.
Features:
Usage:
python3 ~/.{TOOL}/skills/code-reviewer/scripts/code_quality_checker.py <target-path> [--verbose]
Advanced tooling for specialized tasks.
Features:
Usage:
python3 ~/.{TOOL}/skills/code-reviewer/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
# Install dependencies
npm install
# or
pip install -r requirements.txt
# Configure environment
cp .env.example .env
# Use the analyzer script
python3 ~/.{TOOL}/skills/code-reviewer/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.md# Development
npm run dev
npm run build
npm run test
npm run lint
# Analysis
python3 ~/.{TOOL}/skills/code-reviewer/scripts/code_quality_checker.py .
python3 ~/.{TOOL}/skills/code-reviewer/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/ directoryCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).