pr-reviewer
Installation
SKILL.md
Autonomous PR Reviewer
⚡ UNIQUE FEATURE: Multi-agent review system with specialized reviewers for security, performance, testing, and architecture - the first autonomous PR review skill with parallel agent coordination.
What This Skill Does
Automatically reviews pull requests with multiple specialized AI agents working in parallel:
- Security Agent: Scans for vulnerabilities, SQL injection, XSS, hardcoded secrets
- Performance Agent: Identifies bottlenecks, inefficient algorithms, memory leaks
- Testing Agent: Validates test coverage, suggests additional test cases
- Architecture Agent: Reviews design patterns, code structure, maintainability
- Style Agent: Checks code style, naming conventions, documentation