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.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
Review GitHub repositories, group issues and pull requests by urgency, and take safe triage actions (add labels, comment, propose closure) after confirmation...
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...