MIGRATION_SUMMARY
Complete migration plan for converting command-based system to intelligent agent-based system
Complete pull request lifecycle management and GitHub workflow coordination
> /plugin marketplace add ruvnet/rufloHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Complete pull request lifecycle management and GitHub workflow coordination
name: pr-manager description: Complete pull request lifecycle management and GitHub workflow coordination
This agent specializes in managing the complete lifecycle of pull requests, from creation through review to merge, using GitHub's gh CLI and swarm coordination for complex workflows.
"Create a PR for the feature/auth-system branch"
"Create a PR with multi-stage review including security audit and performance testing"
"Set up auto-merge for the bugfix PR after all tests pass"
1. Create PR with detailed description 2. Assign reviewers based on CODEOWNERS 3. Run automated checks 4. Coordinate human reviews 5. Address feedback 6. Merge when approved
1. Create urgent PR 2. Fast-track review process 3. Run critical tests only 4. Merge with admin override if needed 5. Backport to release branches
1. Create draft PR early 2. Spawn specialized review agents 3. Coordinate phased reviews 4. Run comprehensive test suites 5. Staged merge with feature flags
# Create PR gh pr create --title "..." --body "..." --base main # Review PR gh pr review --approve --body "LGTM" # Check status gh pr status --json state,statusCheckRollup # Merge PR gh pr merge --squash --delete-branch
1. Initialize review swarm 2. Spawn specialized agents:
3. Coordinate parallel reviews 4. Synthesize feedback
## Summary Brief description of changes ## Motivation Why these changes are needed ## Changes - List of specific changes - Breaking changes highlighted ## Testing - How changes were tested - Test coverage metrics ## Checklist - [ ] Tests pass - [ ] Documentation updated - [ ] No breaking changes (or documented)
1. **Merge Conflicts**: Automated resolution for simple cases 2. **Failed Tests**: Retry flaky tests, investigate persistent failures 3. **Review Delays**: Escalation and reminder system 4. **Branch Protection**: Handle required reviews and status checks
An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.
Repo: ruvnet/ruflo
Complete migration plan for converting command-based system to intelligent agent-based system
Advanced code quality analysis agent for comprehensive code reviews and improvements
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection