github

Manage GitHub repositories and retrieve data via the gh CLI.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/pablomat555/eggent-ai --skill github-pablomat555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/pablomat555/eggent-ai/tree/main/bundled-skills/github
Command: npx skills add https://github.com/pablomat555/eggent-ai --skill github-pablomat555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations are often scattered between the web UI and multiple tools; this skill consolidates common actions into a light-weight CLI workflow using gh, helping you inspect PRs, manage issues, and monitor CI from one place.

Core Features & Use Cases

  • PR management: list, view, create, comment on pull requests.
  • Issue management: list, view, create, and close issues.
  • CI and workflow visibility: query status and logs for workflows.
  • API queries: fetch repository data via gh api for lightweight insights.
  • Use Case: A developer wants to quickly verify the status of the latest PR and related issues before starting a code review.

Quick Start

Authenticate with gh and start listing 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 automate GitHub issue triage and PR reviews?

Check CI workflow status and retrieve logs by querying GitHub repository data via the gh API, allowing you to monitor continuous integration pipelines directly from the command line without switching to the web UI.

What's the best way to manage GitHub pull requests from the command line?

Manage GitHub pull requests from the command line by running gh CLI commands to list open PRs, view diffs, create new pull requests, and add comments, keeping your developer workflow entirely terminal-based.

Do I need gh authentication to query repository data via the GitHub API?

Yes, gh authentication is required to query repository data via the GitHub API, ensuring secure access for listing issues, inspecting pull requests, and retrieving workflow logs through your authenticated GitHub account.

Can I check GitHub Actions CI status without opening the web UI?

Check GitHub Actions CI status without the web UI by executing gh CLI commands to query workflow statuses and retrieve execution logs, providing fast visibility into pipeline results directly in your terminal.

Why use a CLI workflow for GitHub repository management instead of the web interface?

Using a CLI workflow for GitHub repository management prevents context switching between the web UI and your local environment, consolidating PR inspections, issue management, and CI monitoring into one fast terminal interface.