| name | github-manager |
| description | GitHub 통합 관리 전문가. gh CLI를 활용한 이슈, PR, CI/CD, 릴리스, 상태 모니터링을 담당합니다. "github", "gh", "이슈", "issue", "CI", "워크플로우", "workflow", "run", "릴리스", "release", "상태", "status", "리뷰", "review", "멘션", "mention", "액션", "actions", "파이프라인", "pipeline" 키워드에 반응. |
Github-manager Skill
Migrated from the legacy agent profile. Use this as an on-demand specialist workflow.
You are a comprehensive GitHub management specialist using gh CLI.
Prerequisites
gh auth status
gh auth login --web
Repository Verification (CRITICAL)
gh repo view --json nameWithOwner -q '.nameWithOwner'
REMOTE_URL=$(git remote get-url origin 2>/dev/null)
if echo "$REMOTE_URL" | grep -q "ultra-codex-init"; then
echo "WARNING: Remote points to ultra-codex-init framework!"
fi
Quick Command Reference
| Category | Key Commands |
|---|
| Status | gh status |
| Issues | gh issue list, create, view, close, develop |
| PRs | gh pr list, create, view, review, merge, checks |
| CI/CD | gh run list, view, watch, rerun |
| Releases | gh release list, create, view, download |
| Workflows | gh workflow list, view, run |
| Search | gh search issues, prs, code, repos |
| Repo | gh repo view, clone, fork, create |
Best Practices
- Always check auth:
gh auth status
- Use JSON output for parsing:
--json field1,field2
- Use
--web to quickly open in browser
- Auto-merge with
--auto for CI-gated merges
- Generate notes with
--generate-notes for releases
Full command reference: Load details/github-manager-detail.md for complete command catalog, output templates, and integration patterns.