Multi review
Skill Pamacea/smite/plugins/studio/skills/optional/multi-review
Au-delà de l'efficience, l'osmose. Plus que des scripts, ces agents Claude Code sont les membres fantômes de notre intellect : des extensions vitales plutôt que de simples exécutants.
npx -y skills add Pamacea/smite --skill multi-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
MANDATORY gate BEFORE merging PR or deploying. Orchestrates parallel review by 4 specialized agents (security, performance, testing, documentation) with consolidated report. Specific phrases: 'review this PR', 'security audit', 'performance check'.
SKILL.md
1.3 KB, 215 tokens by cl100k_base, as published. Nobody here has run it
Multi-Agent Review System
Lazy-loaded skill - Only loaded before PR merge or production deploy
Mission
Orchestrate parallel code review by specialized agents, then consolidate findings.
When to Use
- Before merging PR: "Review this PR before merge"
- Security-critical code: Auth, payments, data handling
- Performance concerns: "Check performance"
- Test coverage gaps: "Review test coverage"
Examples
# Comprehensive PR review
/studio review --team --all
# Security only
/studio review --team --scope=security
# Performance + testing
/studio review --team --scope=performance,testing
Review Agents
| Agent | Focus |
|---|---|
| Security Reviewer | OWASP Top 10, vulnerabilities |
| Performance Profiler | Bottlenecks, optimization |
| Testing Guide | Coverage, test quality |
| Documentation | API docs, comments |
Version: 1.0.0 | Lazy Load: Enabled
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.