GitHub
Development
Manage repos, PRs, and code from conversation
- List, create, and merge pull requests
- Check CI status and re-run workflows
- Direct GitHub API access with jq
What You Can Do
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 filteringTry Asking
"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"Pro Tips
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 \