github

Manage GitHub repositories, pull requests, and CI/CD via the gh CLI.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/myaiartist360-maker/mobot --skill github-myaiartist360-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/myaiartist360-maker/mobot/tree/main/mobot/skills/github
Command: npx skills add https://github.com/myaiartist360-maker/mobot --skill github-myaiartist360-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill removes the friction of navigating the GitHub web interface for routine tasks, allowing you to manage repositories, pull requests, and CI/CD pipelines directly from your terminal.

Core Features & Use Cases

  • CI/CD Monitoring: Quickly check the status of pull request checks and view logs for failed workflow runs.
  • Advanced API Queries: Execute complex GitHub API requests with custom filtering using jq to extract specific metadata.
  • Use Case: A developer can instantly identify which specific step failed in a CI pipeline and retrieve the relevant logs without leaving their command-line environment.

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 monitor CI/CD pipelines and view failed workflow logs directly from the CLI?

You can monitor CI/CD pipelines from the CLI by interacting with GitHub repositories to check pull request statuses and retrieve logs for failed workflow runs without navigating the web interface.

Can I execute advanced GitHub API queries and filter JSON output in the terminal?

Yes, you can execute advanced GitHub API requests in the terminal, applying custom filtering with jq to extract specific metadata and structure the JSON output for your repository.

How do I manage GitHub pull requests and issue tracking from the command line?

Managing GitHub pull requests and issue tracking from the command line is done by facilitating interactions through the gh CLI for automated tracking and repository management.

Do I need the GitHub CLI tool installed to automate repository workflows?

Yes, the GitHub CLI tool must be installed and configured for authenticated repository access to automate workflows, manage pull requests, and execute API queries.

What is the best way to list recent workflow runs for a GitHub repository?

The best way to list recent workflow runs is using the CLI to quickly retrieve the ten most recent runs for a specified repository owner and name, bypassing the web interface.