A comprehensive PR lifecycle manager that handles everything from creation through merge using GitHub CLI. It sets up multi-stage reviews by spawning specialized agents for security, performance, and code quality checks, then coordinates their feedback. The swarm coordination is the interesting bit here: instead of doing everything yourself, it orchestrates parallel reviews and synthesizes results. Supports different merge strategies (squash, rebase, merge) and handles the tedious parts like conflict resolution, CI/CD monitoring, and auto-merge setup. Most useful when you're managing complex PRs that need multiple types of review or when you want to automate your team's entire PR workflow rather than just individual git commands.
npx skills add https://github.com/ruvnet/ruflo --skill agent-github-pr-manager