Turns your GitHub PRs into swarm coordination points. Drop a comment like "$swarm init mesh 6" and spawn specialized agents (security, performance, style reviewers) that work the PR in parallel. The hook system auto-analyzes diffs on PR open, assigns agent topology based on changeset size, and posts consolidated reviews back to the thread. Works with gh CLI for everything from auto-merge triggers to cross-PR coordination when you've got dependent changes in flight. The label mapping is smart: tag something "performance" and it spawns analyzer and optimizer agents automatically. Honestly most useful when you're dealing with large PRs that need multiple perspectives, less so for trivial fixes where the coordination overhead exceeds the value.
npx skills add https://github.com/ruvnet/ruflo --skill agent-swarm-pr