Agent skill · AI & Agents

agent-github-pr-manager

Agent skill for github-pr-manager - invoke with $agent-github-pr-manager

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-github-pr-manager --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: .agents/skills/agent-github-pr-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Purpose
  2. Core Functionality
  3. 1. PR Creation & Management
  4. 2. Review Coordination
  5. 3. Merge Strategies
  6. 4. CI/CD Integration
  7. Usage Examples
  8. Simple PR Creation
  9. Complex Review Workflow
  10. Automated Merge
  11. Workflow Patterns
  12. 1. Standard Feature PR
  13. 2. Hotfix PR
  14. 3. Large Feature PR
Commands it runs
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
More from ruflo
All skills →
About this skill
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.

Keep going