gh-cli

Manage GitHub repositories, issues, pull requests, and Actions from the terminal.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/alexandereiseghohi/comicr --skill gh-cli-alexandereiseghohi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/alexandereiseghohi/comicr/tree/main/skills/gh-cli
Command: npx skills add https://github.com/alexandereiseghohi/comicr --skill gh-cli-alexandereiseghohi

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 needing to visit the GitHub website.

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.
  • GitHub Actions: Manage workflow runs, view logs, and trigger workflows.
  • Use Case: A developer can create a new repository, push their code, open a pull request, and merge it all from their terminal, streamlining their development workflow.

Quick Start

Use the gh-cli skill to list all open pull requests in the current repository.

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 pull requests from the terminal?

You can manage GitHub pull requests from the terminal by listing, viewing, editing, merging, and commenting on them directly without visiting the website. This streamlines repository operations by keeping the entire development workflow command-line based.

Can I trigger GitHub Actions workflows using a command-line interface?

Yes, you can trigger GitHub Actions workflows using a command-line interface. The functionality allows you to manage workflow runs, view logs, and trigger automation directly from your terminal, facilitating efficient CI/CD pipeline management.

What is the best way to automate repository management for GitHub projects?

The best way to automate repository management for GitHub projects is using a command-line interface that supports creating, cloning, viewing, editing, and deleting repositories. This enables efficient project management and automated workflows directly from the terminal.

Does GitHub CLI support issue tracking without visiting the web interface?

Yes, GitHub CLI supports issue tracking without visiting the web interface. You can create, list, view, and edit issues directly from your terminal, enabling efficient tracking and management of project issues locally.

Do I need to authenticate separately to interact with GitHub repositories from the terminal?

Yes, you need to authenticate separately to interact with GitHub repositories from the terminal. The command-line interface supports authentication to ensure secure access for repository operations, issue tracking, and GitHub Actions automation.