gh-cli

Automate GitHub repository, issue, and pull request operations via gh CLI.

3.5k|183|Updated Mar 6, 2024
One-click install
npx skills add https://github.com/Myriad-Dreamin/tinymist --skill gh-cli-myriad-dreamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/Myriad-Dreamin/tinymist/tree/main/.codex/skills/gh-cli
Command: npx skills add https://github.com/Myriad-Dreamin/tinymist --skill gh-cli-myriad-dreamin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive reference for all GitHub CLI (gh) operations, simplifying repository management, code reviews, issue tracking, and more.

Core Features & Use Cases

  • Repository Management: Create, clone, delete, and manage repositories efficiently.
  • Issue Tracking: List, create, edit, and manage issues directly from the command line.
  • Pull Requests: View, create, and manage pull requests, including comments and reviews.
  • Workflow Automation: Automate common tasks with workflows and actions.
  • Use Case: For developers and DevOps, quickly accessing and managing GitHub operations without the need for a GUI, improving productivity and workflow integration.

Quick Start

To list all your GitHub repositories, simply run: gh repo list.

Frequently Asked Questions about gh-cli

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

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

You can manage pull requests and issues from the command line by using GitHub CLI operations to view, create, edit, and review them directly. This Skill provides comprehensive command-line references for automating these repository tasks.

Can I automate GitHub workflows without using the web GUI?

Yes, you can automate GitHub workflows and actions without a GUI. This Skill provides command-line operations for workflow automation, allowing developers and DevOps teams to manage repositories and integrate tasks directly from the terminal.

Does GitHub CLI work with GitHub Enterprise instances?

Yes, GitHub CLI operations work with GitHub Enterprise instances. This Skill supports managing repositories, issue tracking, and pull requests on both GitHub Enterprise and GitHub.com environments.

Do I need git installed to use GitHub CLI for repository management?

Yes, you need both git and gh installed to use this Skill. It requires these dependencies to execute command-line operations for repository management, code reviews, and workflow automation.

What is the best way to list and manage GitHub repositories in the terminal?

The best way to manage GitHub repositories in the terminal is using gh commands like `gh repo list`. This Skill offers comprehensive command-line operations for creating, cloning, deleting, and managing repositories efficiently.