github

Manage GitHub issues, pull requests, and CI/CD workflows via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill removes the friction of switching between your browser and terminal by enabling direct interaction with GitHub issues, pull requests, and CI/CD pipelines.

Core Features & Use Cases

  • CI/CD Monitoring: Quickly check the status of workflow runs and identify failed steps without leaving your workspace.
  • Pull Request Management: Efficiently query PR details, check status, and manage reviews.
  • Advanced API Queries: Execute complex GitHub API calls with custom JSON filtering for deep data analysis.
  • Use Case: A developer can instantly list all failed workflow runs for a specific repository and extract the logs for the failed steps to debug issues faster.

Quick Start

Use the github skill to list the ten most recent workflow runs for the repository owner/repo.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check GitHub workflow run statuses from the terminal?

You can check GitHub workflow run statuses from the terminal by using the gh CLI to query workflow runs and identify failed steps without switching to a browser. It supports automated monitoring of CI/CD build statuses directly in your workspace.

Do I need the GitHub CLI installed to manage pull requests from the terminal?

Yes, you need the GitHub CLI (gh) installed and configured on your host system to manage pull requests. The tool facilitates PR queries, review management, and status checks by executing gh commands directly.

Can I run advanced GitHub API queries with custom JSON filtering for data analysis?

Yes, you can execute advanced GitHub API queries with custom JSON filtering for deep data analysis. This allows you to retrieve complex repository data and extract specific fields directly through the gh CLI.

What's the best way to debug failed CI/CD steps without leaving my workspace?

The best way to debug failed CI/CD steps is to list recent workflow runs for a repository and extract the logs for the failed steps via the gh CLI. This removes browser friction and accelerates issue debugging directly from your terminal.

How does terminal-based GitHub issue management compare to using the web browser?

Terminal-based GitHub issue management removes the friction of switching contexts between your workspace and a web browser. It facilitates direct interaction with repositories via the gh CLI to query issues and manage reviews efficiently.

Are there limitations when using gh CLI commands for automated repository monitoring?

Automated repository monitoring via gh CLI requires the host system to have the tool properly installed and authenticated. Your ability to query issues, pull requests, and CI/CD pipelines is constrained by your current GitHub API rate limits and authentication scope.