github

Automate GitHub issues, PRs, runs, and API queries via gh CLI.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill github-sugamdeol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/skills/github
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill github-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with GitHub from the command line can be tedious when switching between the web UI and CLI. This skill provides a streamlined CLI-based workflow using gh to manage issues, PRs, runs, and API queries efficiently.

Core Features & Use Cases

  • Issue management: create, comment, and close issues from the terminal.
  • Pull requests: list, view, merge, and review PRs without leaving the CLI.
  • CI & API access: inspect workflow runs and query GitHub's API for advanced data.

Quick Start

Use gh to list open issues in a repository you own or contribute to.

Frequently Asked Questions about github

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

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

You can manage GitHub issues and pull requests from the command line by using the gh CLI to create, comment, close, list, view, and merge them directly without leaving the terminal.

What do I need to use gh CLI for automating GitHub operations?▼

To use gh CLI for automating GitHub operations, you need the gh CLI tool installed and authenticated on your system, which then allows you to scope repository actions using --repo flags or direct URLs.

Can I check CI CD workflow runs using gh CLI?▼

Yes, you can inspect CI CD workflow runs using gh CLI. This skill allows you to view and monitor GitHub Actions workflow runs directly from your terminal interface.

How do I query the GitHub API for advanced repository data?▼

You can query the GitHub API for advanced repository data by executing gh CLI commands. This skill supports API queries across repositories to retrieve and interact with data beyond standard issue and PR management.

What is the best way to automate GitHub tasks without switching to the web UI?▼

The best way to automate GitHub tasks without web UI switching is using the gh CLI tool. It streamlines workflows by enabling terminal-based issue management, PR reviews, and CI run inspections.