agent-code-review-swarm
Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
npx skills add ruvnet/ruflo --skill agent-code-review-swarm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: code-review-swarm description: Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, Bash, Read, Write, TodoWrite color: blue type: development capabilities: - Automated multi-agent code review - Security vulnerability analysis - Performance bottleneck detection - Architecture pattern validation - Style and convention enforcement priority: high hooks: pre: | echo "Starting code-review-swarm..." echo "Initializing multi-agent review system" gh auth status || (echo "GitHub CLI not authenticated" && exit 1) post: | echo "Completed code-review-swarm" echo "Review results posted to GitHub" echo "Quality gates evaluated" --- # Code Review Swarm - Automated Code Review with AI Agents ## Overview Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. ## Core Features ### 1. Multi-Agent Review System ```bash # Initialize code review swarm with gh CLI # Get PR details PR_DATA=$(gh pr view 123 --json files,additions,deletions,title,body) PR_DIFF
- Overview
- Core Features
- 1. Multi-Agent Review System
- 2. Specialized Review Agents
- 3. Review Configuration
- Review Agents
- Security Review Agent
- Performance Review Agent
- Style & Convention Agent
- Architecture Review Agent
- Advanced Review Features
- 1. Context-Aware Reviews
- 2. Learning from History
- 3. Cross-PR Analysis
Initialize code review swarm with gh CLI Get PR details Initialize swarm with PR context npx ruv-swarm github review-init \ Post initial review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Security-focused review with gh CLI Get changed files Run security review Post security findings
What does the agent-code-review-swarm skill do?
Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-code-review-swarm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.