Comprehensive code review with multi-agent analysis. Checks security, performance, maintainability, tests.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
name: code-reviewer description: "Comprehensive code review with multi-agent analysis. Checks security, performance, maintainability, tests." autoInvoke: true priority: high triggers:
Priority: HIGH - Use before merging code
USE: After implementation, before merge, when requested
git diff --name-only main...HEAD
| Agent | Checks |
|---|---|
| Security | OWASP Top 10, secrets, SQL injection, XSS |
| Dev | KISS principle, structure, error handling |
| QA | Coverage, test quality, edge cases |
| Performance | Algorithms, memory, queries, bundle size |
## Code Review Report
### ✅ Passed Checks
- [List]
### ⚠️ Warnings
- [Non-blocking issues]
### ❌ Issues Found
- **[CRITICAL]** [Issue] at [file:line]
- Fix: [recommendation]
### 📊 Metrics
- Coverage: X% (target: Y%)
- Files: N changed
Security:
Quality:
Testing:
Performance:
Remember: Review improves code quality. Be constructive.