github

Manage GitHub repositories, issues, PRs, and CI via the gh CLI.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/abhiunix/community-registry --skill github-abhiunix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/abhiunix/community-registry/tree/main/skills/development/github
Command: npx skills add https://github.com/abhiunix/community-registry --skill github-abhiunix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines GitHub workflow by enabling command-line control of repos, issues, PRs, and CI without switching to the web UI.

Core Features & Use Cases

  • List, view, and manage pull requests and issues across repositories.
  • Retrieve CI/run statuses and logs, and query repository data via the GitHub API.
  • Create, comment on, or merge PRs and issues from the terminal.

Quick Start

Authenticate with gh and list 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 GitHub pull requests and issues from the terminal?

Check CI run statuses and retrieve logs by querying repository data via the GitHub API using gh CLI commands directly from your terminal environment.

Do I need to authenticate gh before managing repositories via the CLI?

The best way to streamline GitHub workflows is using the gh CLI to perform day-to-day operations like checking PR status, commenting on issues, and querying repo data across multiple repositories without web UI context switching.

Can I check CI run statuses and retrieve logs using the GitHub CLI?

Yes, you need gh to be authenticated and capable of performing API queries and CLI actions before you can manage repositories, issues, PRs, and CI from the command line.

What is the best way to streamline GitHub workflows across multiple repositories?

You can manage GitHub pull requests and issues from the terminal by using the gh CLI to list, view, comment on, and merge them directly without switching to the web UI.