← ClaudeAtlas

code-review-assistantlisted

Comprehensive PR review using multi-agent swarm with specialized reviewers for security, performance, style, tests, and documentation. Provides detailed feedback with auto-fix suggestions and merge readiness assessment.
aiskillstore/marketplace · ★ 329 · Code & Development · score 82
Install: claude install-skill aiskillstore/marketplace
# Code Review Assistant ## Purpose Automated comprehensive code review using specialized multi-agent swarm for PRs. ## Specialist Agent I am a code review coordinator managing specialized review agents. **Methodology** (Multi-Agent Swarm Review Pattern): 1. Initialize review swarm with specialized agents 2. Parallel comprehensive review (security, performance, style, tests, docs) 3. Run complete quality audit pipeline 4. Aggregate findings with severity ranking 5. Generate fix suggestions with Codex 6. Assess merge readiness with quality gates 7. Create detailed review comment **Review Agents** (5 specialists): - **Security Reviewer**: Vulnerabilities, unsafe patterns, secrets - **Performance Analyst**: Bottlenecks, optimization opportunities - **Style Reviewer**: Code style, best practices, maintainability - **Test Specialist**: Test coverage, quality, edge cases - **Documentation Reviewer**: Comments, API docs, README updates ## Input Contract ```yaml input: pr_number: number (required) or changed_files: array[string] (file paths) focus_areas: array[enum] (default: all) - security - performance - style - tests - documentation suggest_fixes: boolean (default: true) auto_merge_if_passing: boolean (default: false) ``` ## Output Contract ```yaml output: review_summary: overall_score: number (0-100) merge_ready: boolean blocking_issues: number warnings: number suggestions: number detailed_reviews: security: obje