alvisdunlop-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/alvisdunlop-ghGrade Limited — 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 18, 2026 · audit v1.0
Generated May 6, 2026
A maintainer uses gh to create releases with version tags, titles, and notes directly from the CLI, avoiding manual GitHub UI navigation. This streamlines the release process for projects with frequent updates.
Team members list, create, and comment on GitHub issues via gh commands without leaving the terminal. Ideal for teams that prioritize command-line efficiency and rapid issue tracking.
Developers create pull requests from current branches, then merge them with explicit methods (--merge) after automated checks pass. This integrates seamlessly into existing CI/CD workflows.
Founders create private repos with gh, setting visibility to --private and adding descriptions. This enables rapid project initialization without leaving the command line.
Contributors fork a repository, clone it locally, and later sync changes using gh. The tool simplifies the standard fork-clone-PR workflow for new contributors.
Offer a premium CLI add-on that wraps gh with team-level analytics, automated workflows, and compliance checks. Revenue comes from monthly subscription fees.
Provide consulting to integrate gh into client CI/CD pipelines, including custom scripts and training. Revenue from project-based consulting or retained support.
Create a course or certification for mastering GitHub CLI usage in professional development. Revenue from course sales and certification exams.
💬 Integration Tip
Integrate gh into your CI/CD pipeline by using the --confirm flag to skip interactive prompts, and capture output URLs for logs or notifications.
Scored May 6, 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...