github

Automate GitHub repository management tasks using the gh CLI.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill github-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/github
Command: npx skills add https://github.com/bitan-del/gods-eye --skill github-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and teams spend time switching between the GitHub web UI and local tooling. This skill lets you manage GitHub repositories, PRs, issues, and CI from the command line, reducing context switching and speeding workflows.

Core Features & Use Cases

  • List PRs and issues across repos
  • View CI/run statuses and logs
  • Create, comment on, or close issues
  • Create or merge pull requests
  • Query the GitHub API for repository data

Quick Start

Authenticate with gh and begin managing your repositories directly from the command line.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub repository management tasks from the command line?

You can automate GitHub repository management tasks by using the gh CLI to manage PRs, issues, CI runs, and repository data across multiple repos without switching to the web UI.

Can I view CI run statuses and logs across multiple repos using gh?

Yes, you can view CI run statuses and logs across multiple repositories by executing common gh commands and gh api queries to retrieve structured results for analysis.

What is the best way to list and close GitHub issues across several repositories?

The best way to list and close GitHub issues across several repositories is using the gh CLI to create, comment on, or close issues directly from your command line.

Does this approach require any specific tools to be installed before managing PRs?

Yes, this approach requires the gh CLI to be installed and properly authenticated on your system before you can manage pull requests, issues, and CI from the command line.

Why use the gh CLI to query the GitHub API instead of the web UI?

Using the gh CLI to query the GitHub API reduces context switching between local tooling and the web UI, speeding up workflows by outputting structured repository data for downstream tools.