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 \