Github Swarm Pr
Overview
This skill enables creation and management of AI swarms directly from GitHub Pull Requests, providing multi-agent code review, automated validation, and intelligent merge coordination. It transforms PRs into coordinated swarm workflows.
Key Capabilities:
- PR-based swarm creation with automatic agent assignment
- Multi-agent code review and validation
- PR comment commands for swarm control
- Automated PR lifecycle management
- Intelligent merge coordination with consensus
Quick Start
# Get PR details for swarm initialization
gh pr view 123 --json title,body,labels,files,reviews
# Get PR diff for analysis
gh pr diff 123
# Check PR status
gh pr checks 123
# Review PR with swarm-generated feedback
gh pr review 123 --comment --body "## Swarm Analysis
- Code quality: PASS
- Test coverage: 85%
- Security: No issues found"
When to Use
- Complex PRs: Large changes requiring multi-perspective review
- Security Reviews: PRs touching sensitive code paths
- Architecture Changes: Structural modifications needing architect review
- Performance-Critical: Changes to performance-sensitive code
- Cross-Team PRs: Changes affecting multiple team domains
Related Skills
- github-swarm-issue - Issue-based swarm coordination
- github-workflow - CI/CD automation
- github-sync - Repository synchronization
- github-modes - GitHub integration modes
Version History
- 1.0.0 (2026-01-02): Initial skill conversion from swarm-pr agent
Sub-Skills
- 1. PR-Based Swarm Creation (+7)
- 1. PR Templates for Swarm
Sub-Skills
- Merge Status (+2)
- Automatic Agent Assignment (+1)
- Multi-Agent PR Coordination (+1)
- GitHub Actions Integration
- Summary
- Swarm Configuration
- Tasks for Swarm
- 2. Status Checks (+1)
- Metrics and Reporting