gh-cli

Manage GitHub resources and automation via command-line gh commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to manage GitHub resources and automation directly from the command line, reducing context switching and manual tasks.

Core Features & Use Cases

  • Comprehensive CLI coverage: Access authentication, repo management, issues, pull requests, workflows, releases, and more using gh commands.
  • Automation & consistency: Script common workflows to ensure consistency across CI, release pipelines, and teammate onboarding.
  • Use Case: Imagine you need to create a PR, assign reviewers, and open a release draft for a new feature all from a single terminal session.

Quick Start

Install the GitHub CLI (gh), authenticate, and begin using gh commands such as gh repo create, gh pr create, and gh issue 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 GitHub repositories and pull requests from the command line?

You can manage GitHub repositories and pull requests from the command line by using gh commands to handle repo creation, PR assignments, and releases directly within your terminal session.

What is the best way to automate GitHub workflows without leaving the terminal?

Automating GitHub workflows without leaving the terminal is achieved by scripting plain gh instructions to manage issues, releases, and PRs, ensuring consistency across CI pipelines and onboarding.

Do I need the GitHub CLI installed to manage issues and releases via terminal commands?

Yes, you need the GitHub CLI installed and configured to execute terminal commands for managing issues, releases, and workflows, which provides immediate execution without manual web interface interaction.

Can I script repository management and reviewer assignments for GitHub pull requests in a single session?

Yes, you can script repository management and reviewer assignments for GitHub pull requests in a single session by chaining gh commands to create PRs, assign reviewers, and open release drafts.

Does GitHub CLI support comprehensive coverage for development workflows including issues and releases?

Yes, GitHub CLI supports comprehensive coverage for development workflows by providing commands for authentication, repo management, issues, pull requests, workflows, and releases directly from your terminal.