GitHub
개발
대화로 저장소·PR·코드 관리
- 풀 리퀘스트 목록·생성·병합
- CI 상태 확인 및 워크플로우 재실행
- jq를 활용한 GitHub API 직접 접근
할 수 있는 것
Pull requests — List, view, create, merge, and check review status
CI/workflows — Check GitHub Actions status, view logs, re-run failed workflows
Issues — Create, close, comment, label, and list issues
API queries — Direct GitHub API access with jq filtering for any data
Repository info — List repos, releases, collaborators, stars, forks
JSON output — All commands support structured JSON with jq filtering시도해볼 질문
"Show all open PRs in this repo"
"Check CI status for PR #456"
"Re-run failed workflows on main"
"Create an issue for the login timeout bug"
"List all releases for this repository"
"Query the GitHub API for contributor stats"
"Show me merge readiness for the latest PR"전문가 팁
JSON output + jq filtering enables powerful automation workflows
Re-run failed workflows without pushing empty commits
API queries unlock any GitHub data not exposed by standard commands
Use \