hahInteract with GitHub using the gh CLI for PR checks, workflow run details, logs, API queries, and JSON output filtering.
Install via ClawdBot CLI:
clawdbot install yequanzheng/hahGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
A developer needs to check the CI status of pull request 55 in a GitHub repository without navigating to the web interface. Using `gh pr checks` command with the repo flag allows quick status checks directly from the terminal, improving workflow efficiency.
To keep track of automated test and deployment pipelines, a DevOps engineer can list the 10 most recent workflow runs using `gh run list`. This provides a quick overview of successes and failures without leaving the command line.
When a CI build fails, a developer needs to identify which step caused the failure without scrolling through all logs. Using `gh run view` with the `--log-failed` flag shows only the logs from failed steps, accelerating debugging.
A project manager wants to pull pull request data (title, state, author) for reporting without using GitHub's web UI. Using `gh api` with jq filtering extracts only the needed fields, enabling automated data collection.
A team lead needs a list of issues with their numbers and titles for a sprint review. By using `gh issue list --json`, they can output structured JSON and format it with jq, directly integrating into project management tools.
Offer a CLI tool that provides premium features (like advanced API queries or custom reports) on top of the free gh CLI, targeting developers who need efficient GitHub workflows. Revenue comes from subscription for advanced commands or cloud integrations.
Build a SaaS platform that uses gh CLI commands under the hood to automate GitHub management tasks (e.g., monitoring PRs, aggregating logs) for teams. Revenue from monthly per-seat subscriptions.
Provide consulting services that help companies integrate gh CLI into their CI/CD pipelines for faster debugging and reporting. Revenue from project-based consulting fees and maintenance contracts.
💬 Integration Tip
To integrate these commands, you can wrap them in shell scripts or CI steps, ensuring the `--repo owner/repo` flag is always included when outside a git directory. Consider using `--json` with `--jq` for parsing output in automated workflows.
Scored May 9, 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...