gh-cli

Automates GitHub CLI operations for repository, pull request, issue, and Actions management.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/behzadsabeti/my_cv --skill gh-cli-behzadsabeti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/behzadsabeti/my_cv/tree/main/.agents/skills/gh_cli
Command: npx skills add https://github.com/behzadsabeti/my_cv --skill gh-cli-behzadsabeti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the use of the GitHub CLI (gh), allowing users to perform a wide range of GitHub operations directly from the command line, eliminating the need for a web interface.

Core Features & Use Cases

  • Repository Management: Create, clone, fork, and view repositories.
  • Pull Requests: Create, list, merge, and view pull requests.
  • Issues: Create and manage issues.
  • GitHub Actions & Workflows: List and view workflow runs.
  • GitHub Pages: Configure GitHub Pages for a repository.
  • Use Case: Automate the process of creating a new public repository, setting up GitHub Pages, and managing pull requests for a project.

Quick Start

Use the gh-cli skill to create a new public repository named 'my-project'.

Frequently Asked Questions about gh-cli

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

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

Automate GitHub pull requests and repository management from the command line using this Skill to handle creation, cloning, merging, and viewing without needing a web interface. It streamlines operations for users who perform these tasks frequently.

Do I need the GitHub CLI installed to manage repositories and issues via command line?

Yes, you need the GitHub CLI (`gh`) installed and configured to manage repositories and issues via command line. The Skill acts as an automation wrapper around the `gh` tool to execute operations efficiently.

Can I view and manage GitHub Actions workflow runs without using the web interface?

You can view and manage GitHub Actions workflow runs without the web interface by executing commands through this Skill. It allows you to list and view workflow runs directly from your terminal environment.

What is the best way to set up GitHub Pages and create a new public repository?

The best way to set up GitHub Pages and create a new public repository is using this Skill to automate both tasks sequentially. It configures Pages and handles repository creation directly from the command line.

Does this approach work for tracking GitHub issues and creating forks locally?

Yes, this approach works for tracking GitHub issues and creating forks locally. The Skill automates issue creation and management, alongside repository forking and cloning, entirely through command line operations.