Agent skill
github-modes-1-gh-coordinator
Sub-skill of github-modes: 1. gh-coordinator (+3).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/github/github-modes/1-gh-coordinator
SKILL.md
1. gh-coordinator (+3)
1. gh-coordinator
GitHub workflow orchestration and coordination
# Coordinate multiple GitHub operations
gh issue create --title "Feature: New Integration" --body "Description here"
gh pr create --title "Implement feature" --body "Closes #123"
gh workflow run ci.yml
- Coordination Mode: Hierarchical
- Max Parallel Operations: 10
- Best For: Complex GitHub workflows, multi-repo coordination
2. pr-manager
Pull request management and review coordination
# Create PR with reviewers
gh pr create \
--title "Feature implementation" \
--body "## Summary\n- Feature 1\n- Feature 2" \
--reviewer user1,user2 \
--assignee @me
*See sub-skills for full details.*
## 3. issue-tracker
**Issue management and project coordination**
```bash
# Create structured issue
gh issue create \
--title "Bug: Login failure" \
--body "## Description\n...\n## Steps to Reproduce\n1. ..." \
--label "bug,priority:high" \
--assignee @me \
--milestone "v2.0"
*See sub-skills for full details.*
## 4. release-manager
**Release coordination and deployment**
```bash
# Create release
gh release create v1.2.0 \
--title "Release v1.2.0" \
--notes "## What's New\n- Feature 1\n- Bug fix 2" \
--target main
# Upload release assets
*See sub-skills for full details.*
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?