github

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/laoye2020/openclaw-workspace-clean --skill github-laoye2020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/laoye2020/openclaw-workspace-clean/tree/main/skills/github
Command: npx skills add https://github.com/laoye2020/openclaw-workspace-clean --skill github-laoye2020

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies and automates common interactions with GitHub repositories, making it easier to manage issues, pull requests, and CI/CD workflows directly from your command line.

Core Features & Use Cases

  • Pull Request Checks: Monitor the status of CI checks on pull requests.
  • Workflow Run Management: List and inspect recent GitHub Actions runs, including identifying failed steps.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval beyond standard subcommands.
  • Structured Output: Leverage --json and --jq for precise data extraction and formatting.

Quick Start

List the last 10 workflow runs for the 'my-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/CD runs on a GitHub pull request using the command line?

To check CI/CD runs on a GitHub pull request, use the `gh` CLI. This Skill monitors pull request checks and lists recent GitHub Actions workflow runs directly from your terminal.

How do I extract structured data from GitHub repositories using `gh api`?

To extract structured data from GitHub repositories, use `gh api` with `--json` and `--jq` flags. This Skill supports advanced querying and precise data extraction for complex retrieval beyond standard subcommands.

Do I need to install and authenticate the `gh` CLI before automating GitHub interactions?

Yes, you need the `gh` CLI installed and authenticated before automating GitHub interactions. This Skill requires the `gh` CLI to manage issues, pull requests, and CI/CD workflows directly from your command line.

What's the best way to list recent GitHub Actions workflow runs for a specific repository?

The best way to list recent GitHub Actions workflow runs for a specific repository is using this Skill with the `gh` CLI. It inspects recent workflow runs, including identifying failed steps, streamlining your CI/CD management tasks.

Can I manage GitHub issues and pull requests entirely from the command line?

Yes, you can manage GitHub issues and pull requests entirely from the command line. This Skill simplifies and automates common interactions with GitHub repositories, handling these tasks directly without the web interface.