Runs an adversarial multi-perspective code review with root-cause analysis and security focus. User-invoked for thorough PR or branch analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-framework:swarm-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-perspective code review with root cause analysis and security focus.
Multi-perspective code review with root cause analysis and security focus.
Sequential Thinking (analysis):
gh (GitHub CLI):
gh pr diff to fetch PR diffsgh pr view --json commits for commit historygh pr review to approve or request changesgh pr comment for inline feedbackLaunch worker-reviewer agents for each perspective:
security.md for OWASP Top 10 and severity classificationcode-quality.md for performance checklist (N+1 queries, blocking I/O, memory allocations, pagination, algorithms, caching)code-quality.md for SOLID principlesChallenge Assumptions
Question Design
Probe Weaknesses
Apply until reaching systemic cause (may be 3-7 whys):
**Issue**: [Describe the problem]
**Why 1**: [First-level cause]
**Why 2**: [Deeper cause]
**Why 3**: [Even deeper]
**Why 4**: [Getting to root]
**Why 5**: [Root cause — systemic/organizational]
**Systemic Fix**: [What prevents recurrence]
Approve when:
Request Changes when:
## Code Review: [Branch/PR]
### Summary
**Verdict**: ✅ Approved | ⚠️ Needs Work | ❌ Request Changes
### Positive Observations
- [What was done well]
### Critical Issues (Must Fix)
- [ ] [File:Line] [Issue] - [Remediation]
### High Priority
- [ ] [File:Line] [Issue] - [Remediation]
### Medium Priority
- [ ] [File:Line] [Issue] - [Suggestion]
### Root Cause Analysis
[If systemic issues found]
testing, application-security, swarm-coordination
/swarm-execute: With specific remediation tasks/architect: For architectural concerns requiring ADR/security-auditor: For deep security analysisnpx claudepluginhub dralgorhythm/claude-agentic-frameworkReviews pull requests using parallel specialized agents for code quality, security, testing, and architecture analysis. Useful before merging or during security audits.
Multi-lens code review of a PR, MR, branch, or working tree — correctness, security, simplification, test quality, severity-ranked with fixes. Configurable depth, optional PR comments.
Coordinates multi-agent AI code reviews for GitHub PRs, covering security, performance, style, architecture, and accessibility.