GitHub
Desarrollo
Gestiona repos, PRs y código desde la conversación
- Lista, crea y fusiona pull requests
- Comprueba el estado de CI y relanza workflows
- Acceso directo a la API de GitHub con jq
Lo Que Puedes Hacer
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 filteringPrueba Preguntando
"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"Consejos Pro
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 \