github-cli

Automate GitHub repository operations using the gh CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Pedro-Jose-da-Rocha-Mendonca/Devflow --skill github-cli-pedro-jose-da-rocha-mendonca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/Pedro-Jose-da-Rocha-Mendonca/Devflow/tree/main/.claude/skills/github-cli
Command: npx skills add https://github.com/Pedro-Jose-da-Rocha-Mendonca/Devflow --skill github-cli-pedro-jose-da-rocha-mendonca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub workflow automation using gh commands to streamline repository operations, PRs, issues, and workflows, reducing manual steps and improving reproducibility.

Core Features & Use Cases

  • Automate Repository Management: view, clone, fork, and create repositories from the command line.
  • Manage Pull Requests and Issues: create, list, view, checkout, merge PRs; create and track issues.
  • Workflow and Branch Automation: monitor runs, view logs, manage branches, and handle releases.
  • API Access and Helpers: perform direct API calls and automate routine maintenance tasks.

Quick Start

Run a GitHub CLI command to automate a common repository task, such as creating a pull request.

Frequently Asked Questions about github-cli

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

FAQPage Schema
How do I automate GitHub pull requests and issues from the command line?

You can automate GitHub pull requests and issues by running structured gh CLI commands to create, list, view, checkout, and merge PRs or track issues without manual web interface interaction.

What routine GitHub repository operations can I manage using gh CLI?

Using gh CLI, you can manage routine GitHub repository operations including viewing, cloning, forking, and creating repositories directly from the command line to improve reproducibility.

Can I monitor GitHub workflows and manage branches with command line automation?

Yes, you can monitor GitHub workflow runs, view logs, manage branches, and handle releases through command line automation using reusable gh CLI command patterns.

Do I need any special dependencies to use this GitHub CLI automation Skill?

No special dependencies are required, but you need a configured environment with the gh CLI installed and authenticated to execute prerequisite checks and structured GitHub API commands.

What is the best way to perform direct GitHub API calls for repository maintenance?

The best way to perform direct GitHub API calls for routine maintenance is by applying the structured gh CLI helper patterns, which support reproducible command execution across typical software projects.

Are there limitations when automating branch management and releases with gh CLI?

Limitations when automating branch management and releases with gh CLI depend on your configured environment and repository permissions, meaning complex custom workflows may still require manual intervention.