github

Automate GitHub pull requests, CI runs, and API queries via the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GML-FMGroup/cloud_agent --skill github-gml-fmgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/GML-FMGroup/cloud_agent/tree/main/cloud_agent/skills/github
Command: npx skills add https://github.com/GML-FMGroup/cloud_agent --skill github-gml-fmgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and automates common GitHub operations, allowing users to manage issues, pull requests, and CI/CD workflows efficiently without navigating the web interface.

Core Features & Use Cases

  • Pull Request Checks: Monitor the status of CI checks on specific pull requests.
  • Workflow Run Management: List recent GitHub Actions workflow runs and inspect their details, including logs for failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval from GitHub's GraphQL or REST API.
  • Use Case: Quickly check if the latest pull request has passed all its automated tests before merging.

Quick Start

Use the github skill to check the CI status for pull request number 55 on the owner/repo repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the status of CI checks on a pull request from the command line?

You can check the status of CI checks on a pull request by automating GitHub interactions through the `gh` CLI. This Skill queries the specific PR number to monitor workflow runs and report if automated tests have passed.

Do I need the `gh` CLI installed to manage GitHub Actions workflow runs?

Yes, the `gh` CLI tool must be installed and configured to manage GitHub Actions workflow runs. This Skill automates interactions through `gh` to list recent runs and inspect logs for failed steps.

Can I retrieve custom data from the GitHub API without using the web interface?

Yes, you can retrieve custom data from the GitHub API by utilizing `gh api` for advanced queries. This Skill automates data retrieval from GitHub's GraphQL or REST API directly through the command line.

What is the best way to view logs for failed steps in GitHub Actions workflows?

The best way to view logs for failed steps is by using this Skill to automate GitHub interactions through the `gh` CLI. It lists recent GitHub Actions workflow runs and inspects their details to pinpoint failures.

Can I automate pull request management and issue tracking without navigating the GitHub web interface?

Yes, you can automate pull request management and issue tracking without navigating the web interface. This Skill simplifies common GitHub operations by executing commands directly through the `gh` CLI.