github-pro

Perform GitHub operations via the gh CLI with JSON parsing.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kjaylee/misskim-skills --skill github-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pro
Source: https://github.com/kjaylee/misskim-skills/tree/main/skills/github-pro
Command: npx skills add https://github.com/kjaylee/misskim-skills --skill github-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex GitHub interactions, enabling efficient management of repositories, CI/CD pipelines, and pull requests directly from the command line.

Core Features & Use Cases

  • CI/CD Monitoring: Track build statuses and view logs for failed runs.
  • API & Data Parsing: Query GitHub API for specific data using gh api and jq.
  • PR Management: Approve, review, and inspect pull request changes.
  • Repository Maintenance: Create releases and manage issues.

Quick Start

Use the github-pro skill to approve the pull request with the number 123.

Frequently Asked Questions about github-pro

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

FAQPage Schema
How do I monitor CI/CD pipeline statuses and view logs for failed runs using the GitHub CLI?

You can monitor CI/CD pipelines by running `gh` CLI commands to track build statuses and directly fetch logs for failed runs from your terminal. This streamlines continuous integration monitoring without navigating the web interface.

What is the best way to automate pull request reviews and approvals via the command line?

Automating pull request reviews is best handled through the `gh` CLI, which allows you to approve, inspect changes, and manage pull requests directly. You can trigger these actions by specifying the pull request number in your command.

How do I query the GitHub API for repository data and parse the JSON output with jq?

Querying the GitHub API uses the `gh api` command, with output parsed using `--json` and `--jq` flags for structured data extraction. This enables precise filtering of repository data like issues and releases directly in scripts.

Can I manage repository issues and create releases entirely from the command line?

Yes, you can manage repository maintenance tasks like listing issues and creating releases entirely from the command line. The `gh` CLI facilitates these repository management operations natively without requiring browser interaction.

Do I need to install any external dependencies to use this GitHub CLI skill for advanced operations?

No external dependencies are required beyond the core environment. This skill leverages the native `gh` CLI and its built-in `--json` and `--jq` capabilities to handle structured data parsing within your existing scripts.