Github
Interact with GitHub from your terminal using the `gh` CLI — manage issues, pull requests, CI runs, and advanced API queries.
# Github Interact with GitHub from your terminal using the `gh` CLI — manage issues, pull requests, CI runs, and advanced API queries. The GitHub skill brings the full power of the gh CLI into your workflow. Create and review pull requests, monitor CI pipeline runs, list and triage issues, and make raw GitHub API calls — all without leaving the terminal. ## How It Works Authenticate once — gh auth login stores your credentials securely; every subsequent command uses them automatically.Target any repo — append --repo owner/repo or pass a GitHub URL when running outside a git directory.Use subcommands — gh issue, gh pr, gh run, and gh api cover the most common GitHub workflows.Filter with JQ — pipe --json output through --jq expressions to extract exactly the data you need. ## Key Features Pull Request management — list, view, check CI status, and inspect individual PR details.CI/CD monitoring — list workflow runs, inspect failed steps, and stream logs directly in your terminal.Advanced API access — use gh api to hit any GitHub REST endpoint for data not exposed by standard subcommands.Structured JSON output — every command supports --json and --jq for machine-readable, filterable results.No extra credentials — authentication is handled entirely by the gh CLI; no API keys or tokens to manage separately. ## Requirements gh CLI — install from cli.github.com and run gh auth login to authenticate before first use. ## Use Cases Code review workflows — quickly check which CI checks are failing on a pull request before merging.Debugging CI failures — fetch logs for failed workflow steps without opening the GitHub web UI.Issue triage — list open issues with custom JSON filters to feed into scripts or reports.API automation — query GitHub REST endpoints (PR metadata, labels, reviewers) as part of larger automation pipelines. ## Installation Install via: `npx clawhub@latest install github`
Installation
In Ihrem Terminal ausführen
npx clawhub@latest install githubKlicken Sie oben auf dieser Seite auf die Schaltfläche Installieren für eine Ein-Klick-Einrichtung