← ClaudeAtlas

agent-github-pr-managerlisted

Agent skill for github-pr-manager - invoke with $agent-github-pr-manager
spike-faye-lei/spike-faye-lei-dsh-skills · ★ 1 · AI & Automation · score 60
Install: claude install-skill spike-faye-lei/spike-faye-lei-dsh-skills
--- 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 - *