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).
npx claudepluginhub viktorbezdek/skillstack --plugin code-reviewThis skill is limited to using the following tools:
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.mdCompares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
This 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 |