agent-github-pr-manager
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
npx skills add ruvnet/ruflo --skill agent-github-pr-manager --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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 issu
- Purpose
- Core Functionality
- 1. PR Creation & Management
- 2. Review Coordination
- 3. Merge Strategies
- 4. CI/CD Integration
- Usage Examples
- Simple PR Creation
- Complex Review Workflow
- Automated Merge
- Workflow Patterns
- 1. Standard Feature PR
- 2. Hotfix PR
- 3. Large Feature PR
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
What does the agent-github-pr-manager skill do?
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-github-pr-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.