github

Automate GitHub issue tracking, PR management, and workflow checks via gh CLI.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/HuaGCS/Hahobot --skill github-huagcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/HuaGCS/Hahobot/tree/main/hahobot/skills/github
Command: npx skills add https://github.com/HuaGCS/Hahobot --skill github-huagcs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub interactions are streamlined through the gh CLI, reducing manual navigation and switching between interfaces.

Core Features & Use Cases

  • Issue tracking via gh issue commands (create, list, view)
  • PR management with gh pr commands (list, view, merge)
  • CI and workflow queries using gh run and gh api for advanced data

Quick Start

Install the gh CLI and run gh issue list --repo owner/repo to view issues.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue tracking across multiple repositories?

Automate GitHub issue tracking by running gh issue commands with explicit --repo flags. This streamlines creating, listing, and viewing issues across multiple repositories without manual web navigation.

What's the best way to manage pull requests from the command line?

Manage pull requests using gh pr commands to list, view, and merge PRs directly. This eliminates UI switching and accelerates PR workflows for individual or organizational projects.

Do I need gh installed to query CI workflow runs?

Yes, you need the gh CLI installed and configured to query CI workflow runs. The tool uses gh run and gh api commands to retrieve advanced workflow data and check statuses.

Can I execute advanced API queries against GitHub repositories?

Execute advanced API queries using the gh api command. This allows you to retrieve specific repository data and interact with GitHub endpoints beyond standard issue and PR operations.