github-cliComprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Install via ClawdBot CLI:
clawdbot install tag-assistant/github-cliGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://example.comAudited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
Maintainers use GitHub CLI to automate repository tasks like creating issues, managing pull requests, and reviewing contributions. It streamlines workflows by enabling quick commands for labeling, merging, and checking statuses without leaving the terminal, enhancing productivity in distributed teams.
DevOps engineers integrate GitHub CLI into CI/CD pipelines to trigger Actions workflows, manage secrets, and deploy releases. This automates deployment processes, reduces manual errors, and provides a consistent interface for interacting with GitHub APIs across environments.
Instructors leverage GitHub CLI to help students clone repositories, fork projects, and submit assignments via pull requests. It simplifies version control tasks for beginners, making it easier to teach Git and GitHub concepts in classroom settings.
Development teams in large organizations use GitHub CLI to streamline code reviews by quickly fetching pull requests, adding comments, and approving changes. It integrates with existing tools to maintain code quality and compliance standards efficiently.
Freelancers utilize GitHub CLI to manage multiple client repositories, handle issues, and coordinate with teams. It allows for rapid switching between projects and automating repetitive tasks like creating branches or checking project statuses.
Companies offer GitHub CLI as part of a broader DevOps platform, charging subscription fees for enhanced features like analytics and team management. This model leverages GitHub's ecosystem to provide value-added services for enterprise clients.
Organizations develop paid courses and certifications focused on GitHub CLI usage, targeting professionals seeking to improve their DevOps skills. Revenue is generated through course fees and certification exams.
Developers create and sell custom extensions for GitHub CLI, offering specialized functionalities like advanced reporting or integration with niche tools. This model monetizes through one-time purchases or licensing fees.
💬 Integration Tip
Integrate GitHub CLI with shell scripts or CI/CD tools to automate repetitive tasks, and use JSON output for parsing data in custom workflows.
Scored Apr 19, 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 API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (
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.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.