github

Manage GitHub repositories, pull requests, issues, and CI checks via gh CLI.

6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/archibate/archibate-skills --skill github-archibate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/archibate/archibate-skills/tree/main/old-skills/minor-skills/github
Command: npx skills add https://github.com/archibate/archibate-skills --skill github-archibate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub resources efficiently from the command line using the gh CLI, eliminating tedious web-based navigation and improving automation.

Core Features & Use Cases

  • Create, list, and fetch repositories, pull requests, and issues directly from the terminal.
  • Inspect PR CI checks and runs to monitor project health and status.
  • Use gh api to query data and automate common GitHub workflows.

Quick Start

Run gh pr list --repo owner/repo to view open pull requests.

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 command line?

You can manage GitHub pull requests and issues from the command line by using the gh CLI to create, list, and fetch repository resources directly, eliminating tedious web-based navigation. Run commands like gh pr list to view open pull requests.

Can I inspect CI checks and runs for a repository using gh CLI?

Yes, you can inspect CI checks and runs using the gh CLI to monitor project health and status. This allows you to directly view PR CI checks and run details from your terminal without accessing the web interface.

Do I need to authenticate gh CLI to manage repositories across multiple organizations?

Yes, you need gh installed and authenticated to manage repositories across multiple organizations. Authentication is required to support PR, run, and API interactions across various workflows.

What is the best way to automate GitHub workflows and query data via API?

The best way to automate GitHub workflows and query data is by using the gh api command within the gh CLI. This allows you to interact directly with GitHub resources and automate common workflows efficiently from the terminal.

How does command line GitHub repository management compare to web-based navigation?

Command line GitHub repository management using gh CLI improves automation and efficiency by eliminating tedious web-based navigation. It allows direct terminal interaction for managing pull requests, issues, and repositories across multiple workflows.