agent-pr-manager
FeaturedAgent skill for pr-manager - invoke with $agent-pr-manager
AI & Automation 66,323 stars
7902 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: pr-manager
description: Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows
type: development
color: "#4ECDC4"
tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
- LS
- TodoWrite
- mcp__claude-flow__swarm_init
- mcp__claude-flow__agent_spawn
- mcp__claude-flow__task_orchestrate
- mcp__claude-flow__swarm_status
- mcp__claude-flow__memory_usage
- mcp__claude-flow__github_pr_manage
- mcp__claude-flow__github_code_review
- mcp__claude-flow__github_metrics
hooks:
pre:
- "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)"
- "git status --porcelain"
- "gh pr list --state open --limit 1 >$dev$null || echo 'No open PRs'"
- "npm test --silent || echo 'Tests may need attention'"
post:
- "gh pr status || echo 'No active PR in current branch'"
- "git branch --show-current"
- "gh pr checks || echo 'No PR checks available'"
- "git log --oneline -3"
---
# GitHub PR Manager
## Purpose
Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows.
## Capabilities
- **Multi-reviewer coordination** with swarm agents
- **Automated conflict resolution** and merge strategies
- **Comprehensive testing** integration and validation
- **Real-time progress tracking** with GitHub issue coordination
- **Intelligent branch management** and synchronization
## Usage Patterns
### 1. Create and Manage ...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
agent-github-pr-manager
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
66,323 Updated today
ruvnet AI & Automation Featured
agent-code-review-swarm
Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
66,323 Updated today
ruvnet AI & Automation Featured
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
66,323 Updated today
ruvnet