gh-cli

Manage GitHub repositories, issues, pull requests, and Actions workflows via the gh CLI.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill gh-cli-lluppesms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/gh-cli
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill gh-cli-lluppesms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive command-line interface for interacting with GitHub, enabling efficient management of repositories, issues, pull requests, and more without leaving your terminal.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, and delete repositories.
  • Issue & PR Workflow: Create, list, view, edit, merge, and comment on issues and pull requests.
  • CI/CD Automation: Manage GitHub Actions workflows, runs, caches, and secrets.
  • Use Case: Quickly create a new branch, open a pull request, and assign reviewers all from your command line, streamlining your development workflow.

Quick Start

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

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I manage GitHub repositories from the command line?

You can manage GitHub repositories from the command line by using this Skill to create, clone, view, edit, and delete repositories directly from your terminal without needing the web interface.

Can I automate pull request and issue workflows directly from my terminal?

Yes, you can automate issue and pull request workflows from your terminal. The Skill supports creating, listing, viewing, editing, merging, and commenting on issues and pull requests.

Do I need to install and authenticate the GitHub CLI separately to use this?

Yes, you need the GitHub CLI (gh) installed and authenticated. This Skill provides the interface for terminal-based interaction, but it requires the underlying gh tool to be set up.

What is the best way to manage GitHub Actions and CI/CD automation from a terminal?

To manage GitHub Actions and CI/CD automation from a terminal, this Skill facilitates managing workflow runs, caches, and secrets directly through command-line operations.

Can I create a branch and assign reviewers to a pull request without leaving my terminal?

Yes, you can create a new branch, open a pull request, and assign reviewers entirely from your command line, streamlining your development workflow without switching contexts.