github

Automate GitHub issues, PRs, runs, and API queries via the gh CLI.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Maxvyr/Maxvyr-omni-skills --skill github-maxvyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Maxvyr/Maxvyr-omni-skills/tree/main/github
Command: npx skills add https://github.com/Maxvyr/Maxvyr-omni-skills --skill github-maxvyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub efficiently by automating common tasks with the gh CLI, reducing manual steps when managing issues, PRs, CI runs, and API queries.

Core Features & Use Cases

  • Automate PR checks and CI status retrieval with gh pr and gh run commands.
  • Retrieve and format data from GitHub APIs for dashboards and reports.
  • Seamlessly operate on a specific repository using --repo or direct URLs when outside a git directory.

Quick Start

Run a simple command to check the CI status of a PR in a 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 PR checks and CI status retrieval?

Retrieve and format data from GitHub APIs by executing gh CLI commands for issues, PRs, and runs. You seamlessly operate on a specific repository using --repo flags or direct URLs, producing formatted outputs for visual dashboards and automated reporting workflows.

Can I run gh CLI commands outside of a local git directory?

Do I need gh CLI installed to automate GitHub workflows?

Do I need gh CLI installed to automate GitHub workflows?

You need the gh CLI installed and access to the target repository to automate GitHub workflows. This prerequisite allows the automation to execute API queries, monitor CI runs, and manage issues or pull requests directly through the GitHub command line interface.

What is the best way to retrieve and format GitHub API data for dashboards?

How do I manage GitHub issues and pull requests via the command line?

How do I manage GitHub issues and pull requests via the command line?

Manage GitHub issues and pull requests via the command line by executing gh CLI commands. This automation handles typical software engineering workflows, allowing you to query, retrieve, and interact with repository data seamlessly using --repo or direct URLs.