by alirezarezvani
人工代码审查耗时且不一致。此技能提供自动化代码分析、安全漏洞检测,以及跨 TypeScript、JavaScript、Python、Swift、Kotlin 和 Go 项目的标准化检查清单。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 code-reviewer 技能" 开始使用
=== code-reviewer 技能 === 作者: alirezarezvani 描述: 人工代码审查耗时且不一致。此技能提供自动化代码分析、安全漏洞检测,以及跨 TypeScript、JavaScript、Python、Swift、Kotlin 和 Go 项目的标准化检查清单。 使用方法: 1. 调用技能: "使用 code-reviewer 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 code-reviewer 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
safe
Complete toolkit for code reviewer with modern tools and best practices.
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]
Automated tool for pr analyzer tasks.
Features:
Usage:
python scripts/pr_analyzer.py <project-path> [options]
Comprehensive analysis and optimization tool.
Features:
Usage:
python scripts/code_quality_checker.py <target-path> [--verbose]
Advanced tooling for specialized tasks.
Features:
Usage:
python 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
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.md# 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/ directoryView Count
0
Download Count
0
Favorite Count
0
Quality Score
82