github

Manage GitHub repositories via gh CLI commands for PRs, issues, and API data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations via the gh CLI enable developers to automate routine GitHub tasks such as checking PR status, opening issues, or querying CI runs without switching to the web UI.

Core Features & Use Cases

  • PR management: list, view, create, and merge PRs from the command line.
  • Issue management: list, create, comment on, and close issues.
  • CI & workflow visibility: view run statuses and logs for workflows.
  • API queries: fetch repository data using gh api for automation dashboards.
  • Quick usage scenarios: automate routine repo maintenance across multiple repositories and audit PR statuses before releases.

Quick Start

Authenticate with gh and begin by listing open PRs for a repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage pull requests from the command line?

You can manage pull requests directly from the command line using the gh CLI to list, view, create, and merge PRs without switching to the web UI.

Can I check CI workflow statuses and logs without opening a browser?

Yes, you can check CI workflow run statuses and view logs directly through command-line interactions, providing quick visibility into your continuous integration results.

Do I need gh authentication configured to manage issues and PRs?

Yes, gh authentication must be configured on your host before you can automate issue management, comment on issues, or query repository data.

What's the best way to query repository data across multiple repositories?

You can fetch repository data across one or many repos using the gh api command, enabling the creation of automation dashboards and routine repo maintenance.

Can I automate routine GitHub repo maintenance like auditing PR statuses before a release?

Yes, you can automate routine repository maintenance across multiple repositories, such as auditing PR statuses before releases or opening and closing issues in bulk.

How do I create and comment on GitHub issues via the command line?

You can list, create, comment on, and close GitHub issues by executing specific gh CLI commands and flags from your terminal.