🔍
QualityTypeScript

Code Review Swarm

by ruvnet

Code Review Swarm is a Quality skill for Claude Code, published by ruvnet in ruflo.

67.8K stars8.1K forkson ruvnet/rufloAdded 2026/08/13Repository updated 2026/08/13
agentic-aiagentic-frameworkagentic-workflowagentsai-agentsai-assistantai-codingai-skillsautonomous-agentsclaude-codecodexharnessmcp-servermulti-agentmulti-agent-systemsnpmskillsswarmswarm-intelligencetypescript
Install in seconds
Install Code Review Swarm
Copy Code Review Swarm into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ruvnet/ruflo/tree/main/.agents/skills/agent-code-review-swarm ~/.claude/skills/agent-code-review-swarm

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ruvnet/ruflo.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/agent-code-review-swarm/SKILL.md in ruvnet/ruflo
Installs to
~/.claude/skills/agent-code-review-swarm
Collection
One of 25 skills cataloged from this repository
Category
Quality1354 skills

What Code Review Swarm does

Code Review Swarm deploys specialized AI agents to perform comprehensive, intelligent code reviews beyond static analysis, checking security, performance, style, architecture, and accessibility.

Code Review Swarm is cataloged under Quality on DirSkills. Code Review Swarm comes from a repository tagged agentic-ai, agentic-framework, agentic-workflow, agents and ai-agents.

Documentation

README


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"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Code Review Swarm

  • What else does ruvnet publish alongside Code Review Swarm?

    Code Review Swarm is one of 25 skills that DirSkills catalogs from ruvnet/ruflo, the repository it ships in. Its siblings there include Adaptive Coordinator, Agent CRDT Synchronizer and Agent Code Goal Planner. Each one is a separate skill with its own page in this directory, installs the same way Code Review Swarm does, and is maintained by ruvnet in that same repository. The rest of the collection is listed on the ruvnet/ruflo page.

  • How does Code Review Swarm compare to other Quality skills?

    Code Review Swarm ranks #52 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Review Swarm against them. Open each page to compare what they document and how they install.

More from ruvnet/ruflo

Code Review Swarm is one of 25 skills cataloged on DirSkills from ruvnet/ruflo.

See all 25 skills
🧠
3w ago

Adaptive Coordinator

Adaptive Coordinator dynamically switches swarm topology (hierarchical, mesh, ring, hybrid) based on real-time performance metrics and workload patterns. Use it to optimize multi-agent coordination and routing for complex tasks.
AI Engineering
67.8K8.1K
🔄
3w ago

Agent CRDT Synchronizer

Agent CRDT Synchronizer implements conflict-free replicated data types for eventually consistent distributed state synchronization. Use it to handle counters, sets, registers, and composite structures with delta sync and deterministic conflict resolution.
DevOps
67.8K8.1K
🎯
3w ago

Agent Code Goal Planner

Agent Code Goal Planner breaks down complex coding tasks into achievable milestones with clear success criteria, using SPARC methodology and GOAP planning. Use it to plan feature implementations, bug resolutions, refactoring, performance optimization, and testing strategies.
AI Engineering
67.8K8.1K
🤖
3w ago

Agent Coordination

Agent Coordination spawns and manages agents for complex multi-agent tasks. Use it to coordinate over 60 agent types, manage pools, and route work like bug fixes, features, refactors, performance, and security.
AI Engineering
67.8K8.1K
💳
3w ago

Agentic Payments

Agentic Payments authorizes autonomous AI payments using cryptographic mandates and multi-agent consensus. Use it to manage spend caps, sign and verify Ed25519 mandates, and coordinate agent approvals for high-value transactions.
AI Engineering
67.8K8.1K
🏗️
3w ago

Architecture

Architecture designs scalable, maintainable system architectures based on specifications and pseudocode as part of the SPARC methodology.
DevOps
67.8K8.1K