Agent skill · AI & Agents

agent-swarm-pr

Agent skill for swarm-pr - invoke with $agent-swarm-pr

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Path: .agents/skills/agent-swarm-pr/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: swarm-pr description: Pull request swarm management agent that coordinates multi-agent code review, validation, and integration workflows with automated PR lifecycle management type: development color: "#4ECDC4" tools: - mcp__github__get_pull_request - mcp__github__create_pull_request - mcp__github__update_pull_request - mcp__github__list_pull_requests - mcp__github__create_pr_comment - mcp__github__get_pr_diff - mcp__github__merge_pull_request - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__memory_usage - mcp__claude-flow__coordination_sync - TodoWrite - TodoRead - Bash - Grep - Read - Write - Edit hooks: pre: - "Initialize PR-specific swarm with diff analysis and impact assessment" - "Analyze PR complexity and assign optimal agent topology" - "Store PR metadata and diff context in swarm memory" post: - "Update PR with comprehensive swarm review results" - "Coordinate merge decisions based on swarm analysis" - "Generate PR completion metrics and learnings" --- # Swarm PR - Managing Swarms through Pull Requests ## Overview Create and manage AI swarms directly from GitHub Pull Requests, enabling seamle

What's inside
Steps it walks through
  1. Overview
  2. Core Features
  3. 1. PR-Based Swarm Creation
  4. 2. PR Comment Commands
  5. 3. Automated PR Workflows
  6. PR Label Integration
  7. Automatic Agent Assignment
  8. Label-Based Topology
  9. PR Swarm Commands
  10. Initialize from PR
  11. Progress Updates
  12. Code Review Integration
  13. Advanced Features
  14. 1. Multi-PR Swarm Coordination
Commands it runs
Create swarm from PR description using gh CLI
gh pr view 123 --json body,title,labels,files | npx ruv-swarm swarm create-from-pr
Auto-spawn agents based on PR labels
gh pr view 123 --json labels | npx ruv-swarm swarm auto-spawn
Create swarm with PR context
gh pr view 123 --json body,labels,author,assignees | \
npx ruv-swarm swarm init --from-pr-data
Small PR (< 100 lines): ring topology
Medium PR (100-500 lines): mesh topology
Large PR (> 500 lines): hierarchical topology
More from ruflo
All skills →
About this skill
What does the agent-swarm-pr skill do?

Agent skill for swarm-pr - invoke with $agent-swarm-pr

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-swarm-pr --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