One-click install
npx skills add https://github.com/lassestilvang/todo-gemini-3-pro-preview --skill gh-cli-lassestilvang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/lassestilvang/todo-gemini-3-pro-preview/tree/main/.agent/skills/gh-cli
Command: npx skills add https://github.com/lassestilvang/todo-gemini-3-pro-preview --skill gh-cli-lassestilvang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI (gh) makes it easier to manage GitHub work from the terminal, reducing context switching and enabling faster automation for repositories, issues, PRs, actions, and more.

Core Features & Use Cases

  • Comprehensive command reference for gh, covering auth, repo, issue, pr, workflow, and more.
  • Use cases include creating issues/PRs, viewing repo data, managing projects, and scripting routine workflows.
  • Example: automate repository onboarding tasks by listing issues, creating PRs, and updating statuses via scripts.

Quick Start

Install the gh CLI, authenticate with gh auth login, then begin by running gh repo view owner/repo to explore a 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 and issues from the command line?

You can manage GitHub pull requests and issues from the command line by using the gh CLI to create, view, and update them directly in your terminal. This reduces context switching and speeds up your workflows.

What do I need to start automating GitHub repository tasks with gh?

To start automating GitHub repository tasks with gh, you need the gh CLI installed, network access to GitHub, and user authentication completed via the gh auth login command. This setup allows you to script routine operations.

Can I view and manage GitHub workflows without leaving the terminal?

Yes, you can view and manage GitHub workflows without leaving the terminal. The gh CLI provides comprehensive commands for viewing repository data and workflow statuses, enabling faster automation for your projects.

What is the best way to automate repository onboarding tasks using GitHub?

The best way to automate repository onboarding tasks using GitHub is scripting with the gh CLI. You can list issues, create pull requests, and update statuses directly via command-line scripts for routine operations.

Does the GitHub CLI support rendering command outputs in different formats?

Yes, the GitHub CLI supports rendering command outputs in various formats. This requires network access to GitHub to fetch and display the data, ensuring you get properly formatted repository information in your terminal.