agent-swarm-pr
Agent skill for swarm-pr - invoke with $agent-swarm-pr
npx skills add ruvnet/ruflo --skill agent-swarm-pr --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: 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
- Overview
- Core Features
- 1. PR-Based Swarm Creation
- 2. PR Comment Commands
- 3. Automated PR Workflows
- PR Label Integration
- Automatic Agent Assignment
- Label-Based Topology
- PR Swarm Commands
- Initialize from PR
- Progress Updates
- Code Review Integration
- Advanced Features
- 1. Multi-PR Swarm Coordination
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
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.