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.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...