github

Drive the gh CLI to manage repositories, issues, PRs, and CI runs.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill github-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/github
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill github-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub from the command line using the gh CLI to manage repositories, issues, pull requests, CI/CD workflow status, and API queries, enabling hands-free automation and faster workflows.

Core Features & Use Cases

  • Repository management: clone, create, fetch, and inspect repositories; manage settings and metadata.
  • PRs and issues: open, close, merge PRs; create and triage issues; fetch status and checks.
  • CI/CD and API access: query workflow runs and logs; access the GitHub API for data extraction and automation tasks.

Quick Start

Use the gh CLI to list open PRs in a repository you own.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub repositories and pull requests from the terminal?

You can manage GitHub repositories and pull requests from the terminal by driving the gh CLI to clone, create, inspect, open, and merge PRs directly without leaving the command line.

Can I check CI/CD workflow run status and logs using gh?

Yes, you can check CI/CD workflow run status and logs using gh by querying workflow runs and retrieving detailed logs for your continuous integration automation tasks.

What's the best way to triage GitHub issues via the command line?

The best way to triage GitHub issues via the command line is using gh subcommands to create, fetch, close, and manage issue status across your personal and team projects.

Does this GitHub CLI approach support raw API queries for data extraction?

Yes, the GitHub CLI approach supports raw API queries for data extraction by utilizing the gh api subcommand to access endpoints and retrieve data for automation tasks.

Do I need to specify repository context to automate GitHub workflows?

You need to specify a repository context or explicit URLs to automate GitHub workflows effectively, ensuring that gh subcommands target the correct project for administration and data retrieval.