What problem does it solve?
Coordinating GitHub operations like pull request reviews, issue tracking, releases, and CI/CD pipelines across repositories requires repetitive manual commands and lacks structured multi-agent coordination.
Core Features & Use Cases
- Workflow Modes: Provides specialized modes including gh-coordinator, pr-manager, issue-tracker, release-manager, repo-architect, code-reviewer, branch-manager, sync-coordinator, ci-orchestrator, and security-guardian.
- Batch Operations: Executes multiple GitHub CLI commands in parallel within a single message for efficient issue creation, PR management, and branch operations.
- Swarm Integration: Combines with ruv-swarm to spawn coordinator, reviewer, and tester agents for orchestrated GitHub workflows.
- Use Case: A team lead can run the pr-manager mode to review and merge a feature branch with automated testing and multi-reviewer coordination in one coordinated workflow.
Quick Start
Ask the agent to use the github-modes pr-manager mode to review and merge a feature branch with automated testing and multi-reviewer coordination.