github-cli

Guide GitHub CLI workflows for PRs, issues, releases, and API usage.

132|22|Updated May 24, 2025
One-click install
npx skills add https://github.com/cyanheads/pubmed-mcp-server --skill github-cli-cyanheads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/cyanheads/pubmed-mcp-server/tree/main/.agents/skills/github-cli
Command: npx skills add https://github.com/cyanheads/pubmed-mcp-server --skill github-cli-cyanheads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI workflows and best practices help teams streamline PRs, issues, workflows, and releases by providing guided commands and standardized patterns for common tasks.

Core Features & Use Cases

  • Simplified PR creation, review, and merge workflows using gh.
  • Consistent issue management, labels, and milestones through gh api interactions.
  • Guidance for automated CI/CD debugging and GitHub API usage.

Quick Start

Create a new PR using gh pr create with an appropriate title and description, then verify required checks pass.

Frequently Asked Questions about github-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a pull request using the GitHub CLI?

You can streamline pull requests, issues, and releases by applying standardized gh CLI commands and patterns, which simplify code reviews, workflow debugging, and repository management tasks for development teams.

What's the best way to manage GitHub issues and milestones from the command line?

The best way to manage GitHub issues and milestones is by using guided `gh api` interactions, which provide consistent issue management, labeling, and milestone tracking directly from your terminal.

How do I debug failing CI/CD workflows with gh CLI?

Debug failing CI/CD workflows by leveraging GitHub CLI guidance to inspect workflow runs and API usage, helping you identify errors and standardize automated pipeline debugging tasks.

Do I need to authenticate before using gh CLI commands for repository management?

Yes, you need the gh CLI installed and user authentication with GitHub configured before you can execute PR creation, code reviews, and repository management workflows.

Can I automate GitHub release workflows using the command line?

Yes, you can automate GitHub release workflows using standardized gh CLI commands and patterns, streamlining the creation and management of releases alongside PRs and issues.