super-github-sInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.def listingep75 alert...
Install via ClawdBot CLI:
clawdbot install subaru0573/super-github-sGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 13, 2026
A developer can quickly check the CI status of a pull request using 'gh pr checks' to ensure all tests pass before merging. This speeds up code review and prevents broken code from being merged.
When a CI run fails, a developer can view only the logs of failed steps using 'gh run view --log-failed', saving time by not sifting through all logs. This is useful for rapid debugging.
Using 'gh api' with jq filtering, a user can extract specific fields from any GitHub resource (e.g., PR details) that are not available through standard commands. This enables custom automation and reporting.
A project manager can export a list of issues with selected fields (number, title) in JSON format using 'gh issue list --json' and then process them further. This helps in generating reports or dashboards.
A developer overseeing multiple repos can monitor recent workflow runs across repos using 'gh run list' with a specified limit. This provides a quick overview of build health without manual checks.
Integrate this skill into CI/CD pipelines or developer tools to automate PR checks and failure log retrieval, reducing manual debugging time. Revenue can come from licensing or subscription fees for the integration.
Offer consultancy services to teams that adopt this skill for efficient GitHub management, including custom script development and training. Revenue from hourly or project-based consulting.
Build a SaaS platform that uses this skill to aggregate and visualize GitHub data (issues, PRs, CI status) for organizations, providing insights and analytics. Revenue from monthly subscriptions.
💬 Integration Tip
Combine with cron jobs or webhooks to automate periodic checks and notifications, and store results in a database for historical analysis.
Scored May 13, 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...