Agent skill · Code Review & Quality

agent-code-review-swarm

Agent skill for code-review-swarm - invoke with $agent-code-review-swarm

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-code-review-swarm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: .agents/skills/agent-code-review-swarm/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Overview
  2. Core Features
  3. 1. Multi-Agent Review System
  4. 2. Specialized Review Agents
  5. 3. Review Configuration
  6. Review Agents
  7. Security Review Agent
  8. Performance Review Agent
  9. Style & Convention Agent
  10. Architecture Review Agent
  11. Advanced Review Features
  12. 1. Context-Aware Reviews
  13. 2. Learning from History
  14. 3. Cross-PR Analysis
Commands it runs
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
More from ruflo
All skills →
About this skill
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.

Keep going