github-testInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Install via ClawdBot CLI:
clawdbot install yqghlx/github-testGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
Automate checking CI status on pull requests to ensure code quality before merging. This is useful for teams that require passing checks for every PR.
Use gh run commands to view recent workflow runs, identify failed steps, and retrieve logs for troubleshooting. This helps DevOps teams quickly resolve build issues.
Leverage gh api to extract specific data from repositories, such as PR titles and assignees, for custom dashboards or reporting tools.
Use gh issue with --json and --jq to filter and list issues across multiple repositories, enabling better tracking of work items.
Integrate gh CLI into internal CI/CD pipelines to automate GitHub interactions, reducing manual effort and errors.
Offer training sessions to teams on using gh CLI effectively for workflow automation and reporting.
Build a SaaS product that wraps gh CLI commands into a user-friendly interface for non-technical team members.
💬 Integration Tip
Use --repo flag to avoid git directory dependency; combine with --json and --jq for scriptable output.
Scored May 12, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...