alvis2-ghUse the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. T...
Install via ClawdBot CLI:
clawdbot install alvisdunlop/alvis2-ghGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://SkillBoss.co/skill.mdAudited Apr 16, 2026 · audit v1.0
Generated Jul 16, 2026
When a new developer joins a team, use gh to clone all relevant repos, create feature branches, and open initial pull requests. This ensures consistent repo setup and reduces onboarding friction.
Project maintainers can use gh issue list and gh issue comment to quickly triage incoming issues, assign labels, and provide first responses. This improves community engagement and issue resolution speed.
In a CI/CD pipeline, use gh release create to automatically generate releases with version tags, titles, and changelogs whenever a new version is merged. This eliminates manual release steps.
For organizations with multiple repos, use gh pr list and gh pr merge to manage pull requests across repositories from a single terminal session, improving oversight and reducing context switching.
When spinning up internal tools, use gh repo create with --private and --description to quickly set up repositories with proper access controls, then clone and share URLs with the team.
Offer a subscription service that wraps gh workflows into a web dashboard, providing analytics on repo health, PR merge times, and issue response rates for teams.
Consult for organizations adopting gh to manage open source contributions, offering training on best practices like automated releases and issue triage.
Build a platform that integrates gh with other CI/CD tools, automating release creation, changelog generation, and deployment triggers based on GitHub events.
💬 Integration Tip
Integrate gh commands into shell scripts or CI/CD pipelines by using flags like --confirm and --json to ensure non-interactive, idempotent execution.
Scored Jul 16, 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.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
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...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...