github

Automate GitHub interactions via the gh CLI for PR status and workflow runs.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill github-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.agents/skills/github
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill github-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub interactions via the gh CLI to reduce manual overhead.

Core Features & Use Cases

  • Issue management: list, filter, and triage issues quickly.
  • PR workflow insights: check PR status, review progress, and fetch CI run data.
  • Advanced queries: use gh api to retrieve PR metadata for custom reporting.

Quick Start

List open issues for a repository using gh issue list --repo owner/repo.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue management and pull request workflows?

Automate GitHub issue management and PR workflows by running gh CLI commands to list, filter, and triage issues while checking PR status and fetching CI run data. It reduces manual overhead by executing common repository interactions directly through the command line.

How do I check GitHub PR status and fetch CI workflow run data?

Check GitHub PR status and fetch CI workflow run data using gh CLI commands to review progress and list workflow runs across repositories. This provides direct visibility into continuous integration pipelines without navigating the web interface.

How do I query GitHub PR metadata for custom reporting?

Query GitHub PR metadata for custom reporting by using the gh api command to retrieve specific pull request data across repositories. This allows advanced data extraction for generating tailored project insights and status updates.

Do I need gh CLI installed and authenticated to manage GitHub repositories?

Yes, you need gh CLI installed and authenticated to manage GitHub repositories via this approach. The automation relies entirely on the gh CLI environment to execute commands, scope repositories using --repo, and interact with GitHub APIs.

Can I scope GitHub queries to specific repositories using direct URLs?

Yes, you can scope GitHub queries to specific repositories using direct URLs or the --repo flag within gh CLI commands. This targets exact owner and repository combinations to filter issue lists and pull request data accurately.

What are the limitations of using gh CLI for GitHub automation?

Limitations of using gh CLI for GitHub automation include dependency on local installation and successful authentication, plus constraints on complex multi-repository operations. It handles common tasks like issue triage and PR status checks but may require custom gh api queries for advanced reporting.