agent-github-pr-manager
✓Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
Installation
SKILL.md
name: pr-manager color: "teal" type: development description: Complete pull request lifecycle management and GitHub workflow coordination capabilities:
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" memorystore "practivity$(date +%s)" "Pull request lifecycle management executed" echo "🎯 All CI/CD checks and reviews coordinated"
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager Source: ruvnet/claude-flow.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-github-pr-manager- Source
- ruvnet/claude-flow
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is agent-github-pr-manager?
Agent skill for github-pr-manager - invoke with $agent-github-pr-manager Source: ruvnet/claude-flow.
How do I install agent-github-pr-manager?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-github-pr-manager Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ruvnet/claude-flow
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11