aj-githubInteract 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 aceundefeated/aj-githubGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 23, 2026
Use gh pr checks to automatically verify CI status on pull requests. A compliance team can monitor PRs without manual checking, ensuring all required checks pass before merge.
When a CI run fails, use gh run view with --log-failed to quickly see only the failed steps. This helps developers identify issues faster and reduces downtime.
Use gh api with --jq to extract specific fields like PR titles and states, then pipe to scripts for generating weekly reports or dashboards.
Use gh run list with --repo to check workflow runs across many repos without cloning them. This is useful for platform teams managing dozens of projects.
Package the gh CLI commands into an internal tool that teams can call via API. Charge per team or per month for integration and support.
Offer consulting to companies to set up automated CI monitoring using gh commands. Provide training and custom scripts.
Build a SaaS that ingests data from gh api and gh run to provide insights on deployment frequency, failure rates, and PR bottlenecks. Charge monthly per repo.
💬 Integration Tip
Set the GITHUB_TOKEN environment variable for authentication and always specify --repo flag when working outside a git directory.
Scored May 23, 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...