alvis-gh-v2Use 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/alvis-gh-v2Grade 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 17, 2026 · audit v1.0
Generated May 7, 2026
A developer starts a new project and uses gh to create a private repository, clone it locally, and push initial code. This streamlines the setup process and ensures consistent repo creation.
An open source maintainer uses gh to list, comment on, and manage issues efficiently from the CLI, reducing context switching and speeding up issue resolution.
A CI/CD system uses gh to create pull requests automatically when a feature branch is ready, then merges them after tests pass. This automates the release workflow.
A SaaS team uses gh to create GitHub releases with version tags and release notes, integrating it into their deployment pipeline to ensure consistent releases.
A developer forks an upstream repo, clones it locally, and later syncs changes. This enables contribution to external projects without pushing directly.
Provide a CLI-based service that automates GitHub workflows for teams. The product could be a set of scripts or a platform integrating gh commands.
Offer consulting services to help companies adopt gh for their CLI-based GitHub operations, including training workshops and custom automation scripts.
Build and sell integration add-ons that use gh commands within popular CI/CD platforms, providing advanced release and PR management capabilities.
💬 Integration Tip
Integrate gh commands into CI/CD scripts using conditions to avoid interactive prompts, and always use --confirm flag for automation safety.
Scored May 7, 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 "帮我看看这个项目...