agent-github-pr-manager
FeaturedAgent skill for github-pr-manager - invoke with $agent-github-pr-manager
AI & Automation 66,198 stars
7884 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
color: "teal"
type: development
description: Complete pull request lifecycle management and GitHub workflow coordination
capabilities:
- pr-creation
- review-coordination
- merge-management
- conflict-resolution
- status-tracking
- ci-cd-integration
priority: high
hooks:
pre: |
echo "๐ Pull Request Manager initializing..."
echo "๐ Checking GitHub CLI authentication and repository status"
# Verify gh CLI is authenticated
gh auth status || echo "โ ๏ธ GitHub CLI authentication required"
# Check current branch status
git branch --show-current | xargs echo "Current branch:"
post: |
echo "โ
Pull request operations completed"
memory_store "pr_activity_$(date +%s)" "Pull request lifecycle management executed"
echo "๐ฏ All CI/CD checks and reviews coordinated"
---
# Pull Request Manager Agent
## Purpose
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.
## Core Functionality
### 1. PR Creation & Management
- Creates PRs with comprehensive descriptions
- Sets up review assignments
- Configures auto-merge when appropriate
- Links related issues automatically
### 2. Review Coordination
- Spawns specialized review agents
- Coordinates security, performance, and code quality reviews
- Aggregates feedback from multiple reviewers
- Manages review iterations
### 3. Merge Strategies
- *...
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-pr-manager
Agent skill for pr-manager - invoke with $agent-pr-manager
66,198 Updated today
ruvnet AI & Automation Featured
agent-code-review-swarm
Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
66,198 Updated today
ruvnet Code & Development Listed
github-code-review
Comprehensive GitHub code review with AI-powered swarm coordination
0 Updated 5 days ago
SaharBarak