github

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

51|8|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill github-l-lesteryu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/L-LesterYu/OpenClaw-hot-skills-zh/tree/main/skills/github-zh
Command: npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill github-l-lesteryu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines your GitHub workflow by enabling you to manage issues, pull requests, CI runs, and perform advanced API queries directly from the command line.

Core Features & Use Cases

  • Issue & PR Management: Create, view, list, and merge issues and pull requests.
  • CI/CD Monitoring: Check the status of CI checks and view workflow run details.
  • API Access: Utilize gh api for advanced GitHub data retrieval.
  • Use Case: Automatically check the CI status of a specific pull request and view the logs if it failed.

Quick Start

List all issues 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 the status of CI checks for a pull request using the GitHub CLI?

Check CI status for a pull request using the GitHub CLI by viewing workflow run details and logs. This Skill automates CI/CD pipeline monitoring directly from the command line to identify failed checks.

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

Manage pull requests and issues from the command line by creating, viewing, listing, and merging them. This Skill facilitates automated repository management and code review processes without leaving the terminal.

Do I need to install and authenticate the GitHub CLI before using this automation?

You need the GitHub CLI installed and authenticated before using this automation. This Skill requires the gh command-line tool to interact with repositories, issues, pull requests, and CI/CD workflows.

How do I run advanced GitHub API queries for repository data?

Run advanced GitHub API queries for repository data using the gh api command. This Skill provides command-line interface access to retrieve specific GitHub data beyond standard issue and pull request management.

What is the best way to automate repository management tasks in CI/CD pipelines?

Automate repository management tasks in CI/CD pipelines using the GitHub CLI. This Skill streamlines workflow by enabling automated issue creation, pull request merging, and pipeline monitoring from the command line.