From code-review
Reviews existing code and pull requests using multi-agent swarm analysis covering security, performance, style, test coverage, and documentation quality. Extracts and prioritizes PR comments, performs security audits, and generates actionable fix plans with file:line references. Use when the user asks to review code, review a PR, audit code for security, assess code quality, analyze pull request comments, get feedback on existing code, or perform a code audit. NOT for writing new code or implementing features (use other development skills), NOT for finding and fixing runtime bugs or errors (use debugging), NOT for writing tests or setting up test infrastructure (use testing-framework), NOT for TDD methodology (use test-driven-development).
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review:code-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is a curated merge of four complementary code review skills:
examples/ai-powered-testing.pyexamples/console_logging.pyexamples/element_discovery.pyexamples/example-1-security-review.mdexamples/example-2-performance-review.mdexamples/example-3-style-review.mdexamples/static_html_automation.pymodules/README.mdmodules/ai-debugging.mdmodules/automated-code-review.mdmodules/performance-optimization.mdmodules/smart-refactoring.mdmodules/tdd-context7.mdreferences/COMPLETION-SUMMARY.mdreferences/README.mdreferences/USAGE-GUIDE.mdreferences/advanced-patterns.mdreferences/analysis-prompt-v2.mdreferences/analysis-prompt.mdreferences/best-practices.mdThis skill is a curated merge of four complementary code review skills:
Use this skill when:
Do NOT use for:
Every finding MUST include:
[file:line] with surrounding context (5 lines before/after)Five specialized review agents working in parallel:
See Extended Patterns for detailed finding templates, PR comment workflow, multi-agent swarm execution, CI/CD integration, and quality gate configuration.
| Script | Purpose |
|---|---|
pr-comment-grabber.py | Extract all PR comments from GitHub |
pr-comment-filter.py | Filter comments by criteria |
analyze-pr.sh | Full PR analysis workflow |
multi_agent_review.py | Multi-agent swarm orchestration |
security_scan.sh | Security vulnerability scanning |
performance_check.py | Performance bottleneck detection |
style_audit.py | Style and best practices audit |
consultant_cli.py | AI consultation CLI |
| Reference | Description |
|---|---|
extended-patterns.md | Detailed examples and workflow patterns |
analysis-prompt.md | LLM prompt for PR comment analysis |
analysis-prompt-v2.md | Enhanced analysis with validation |
github-api.md | GitHub API endpoints reference |
impact-analysis-methodology.md | Risk assessment framework |
validation-workflow.md | Three-phase validation process |
best-practices.md | Code review best practices |
review-categories.md | Severity and scope categories |
| Template | Purpose |
|---|---|
review-checklist.yaml | Code review checklist |
security-rules.json | Security rule definitions |
performance-thresholds.json | Performance thresholds |
npx claudepluginhub viktorbezdek/skillstack --plugin code-reviewConducts code reviews of pull requests and changes for correctness, security, performance, and maintainability with actionable feedback grouped by severity levels.
Multi-agent code review for GitHub pull requests using specialized agents for security, performance, style, architecture, and accessibility. Use when reviewing PRs or diffs before merge.
Conducts systematic code reviews of GitHub pull requests, auditing CLAUDE.md compliance, bugs, git history, prior PR comments, and code comments for actionable feedback.