github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline GitHub workflow by controlling repositories with the gh CLI to perform routine tasks without switching contexts.

Core Features & Use Cases

  • Manage issues: create, list, comment, and close issues across repositories.
  • Handle pull requests: view status, merge, check checks, and monitor CI runs.
  • API-driven queries: fetch data with gh api for custom dashboards and reports.

Quick Start

Use the github skill to query PR status and fetch CI run information for a target 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 PR checks across repositories?

Automate GitHub issue management and PR checks by using the gh CLI to create, list, comment, and close issues, as well as view pull request statuses and merge changes across repositories without manual context switching.

Can I check CI run status and fetch details for a specific GitHub repository?

Yes, you can check CI run status and fetch details using the gh CLI to list recent CI runs, view specific run details, and query pull request metadata for any explicitly specified repository context.

Do I need the gh CLI installed and authenticated to automate GitHub repository tasks?

Yes, automating GitHub repository tasks requires the gh CLI to be installed and properly authenticated. You must also provide a repository context or use an explicit --repo parameter to execute commands successfully.

What is the best way to query custom GitHub API data for dashboards and reports?

The best way to query custom GitHub API data for dashboards and reports is using gh api to fetch repository data, applying the --jq parameter for precise data extraction and formatting without leaving your terminal environment.

How do I list and close GitHub issues across multiple repositories from the command line?

List and close GitHub issues across multiple repositories from the command line by executing gh CLI commands with explicit --repo parameters, allowing you to manage repository maintenance tasks efficiently in bulk.