github

Automate GitHub repository, issue, PR, and CI management via gh CLI.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill github-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/DotNetAge/mindx/tree/main/skills/github
Command: npx skills add https://github.com/DotNetAge/mindx --skill github-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub management can be tedious when juggling repos, issues, PRs, and CI checks across multiple projects. This Skill automates GitHub interactions through the gh CLI, enabling quick, centralized control even outside a git directory.

Core Features & Use Cases

  • Manage pull requests: check CI status, list runs, view details, and inspect logs.
  • Issue and repository management: create, assign, label, and track issues and milestones.
  • API-driven data: query GitHub data with gh api and output structured information for dashboards or automation.
  • Quick integration: work with multiple repos and automate common workflows without navigating GitHub UI.

Quick Start

Install gh, authenticate, and begin issuing gh commands to manage your repositories.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub interactions and manage repos, issues, and PRs without using the web UI?

You can automate GitHub interactions using the gh CLI to manage repos, issues, PRs, and CI checks. This Skill executes commands to create, assign, and track items across multiple projects without navigating the GitHub UI.

Do I need to be inside a git directory to check CI status or list workflow runs?

No, you can check CI status and list runs outside a git directory. The Skill applies across various contexts, allowing you to query GitHub data and manage pull requests globally once authenticated.

What is required to use the gh CLI for managing pull requests and CI checks?

To manage pull requests and CI checks, you must have the gh CLI installed and authenticated. Once setup is complete, you can issue commands to inspect logs, view details, and query API data.

Can I query GitHub API data and output structured information for dashboards?

Yes, you can query GitHub data using the gh api command and output structured JSON. This supports advanced filtering with --jq, enabling you to extract specific data for dashboards or further automation workflows.