github

Automate GitHub repository, issue, PR, and CI management via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline GitHub workflows by enabling direct repository management through the gh CLI, reducing context switching and enabling automation-ready tasks.

Core Features & Use Cases

  • Manage issues, pull requests, and CI workflows from the command line.
  • View PR checks, create issues, or merge changes across repositories.
  • Use cases include rapid status checks, issue triage, and lightweight release management.

Quick Start

Install and authenticate the gh CLI, then start performing GitHub operations with simple commands like gh pr list --repo owner/repo.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull requests and issue management from the command line?

You can automate GitHub pull requests and issue management by executing gh CLI commands to list, create, comment, and merge PRs or issues across target repositories using --repo flags or in-repo context, returning structured outputs for downstream processing.

What's the best way to monitor CI pipeline status across multiple repositories?

Monitoring CI pipeline status across multiple repositories is achieved by running gh CLI commands to view CI runs and PR checks, allowing you to rapidly assess pipeline health and review statuses across various target repositories.

Do I need to authenticate the gh CLI before automating repository workflows?

Yes, you must install and authenticate the gh CLI before automating repository workflows, ensuring commands execute within the context of a target repository so you can securely manage issues, pull requests, and CI pipelines.

Can I merge pull requests or create issues across different repositories?

You can merge pull requests and create issues across different repositories by specifying the --repo flag in your gh CLI commands, enabling lightweight release management and issue triage without manual context switching.

Does this GitHub automation approach work for rapid status checks and issue triage?

This GitHub automation approach works effectively for rapid status checks and issue triage by streamlining workflows through direct repository management via the gh CLI, reducing context switching and enabling automation-ready tasks.