github

Operates the GitHub CLI to manage repositories, issues, and workflows.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Muchunpeng/openclaw-config --skill github-muchunpeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Muchunpeng/openclaw-config/tree/main/workspace/skills/github
Command: npx skills add https://github.com/Muchunpeng/openclaw-config --skill github-muchunpeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub workflows and data from the command line can be tedious; this Skill provides a consistent, scriptable interface to issues, PRs, and workflow runs via the gh CLI.

Core Features & Use Cases

  • Create, list, and update issues and pull requests using gh commands with explicit repository context.
  • Retrieve workflow statuses, logs, and details for CI runs and API data across repositories.
  • Use cases include audit, reporting, and automation of routine GitHub maintenance tasks across teams.

Quick Start

Use the gh CLI to list issues and pull requests in a repository and check workflow runs.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub tasks like creating issues and listing pull requests from the command line?

Automate GitHub tasks by invoking gh CLI commands with explicit repository context to create issues, list pull requests, and manage routine repository maintenance across teams.

Can I check CI workflow run statuses and retrieve logs using gh CLI?

Check CI workflow run statuses and retrieve logs using gh CLI subcommands for workflow runs, enabling you to monitor CI pipelines and audit repository activity directly from the terminal.

Do I need to specify a repository context when running gh commands for pull requests?

Specifying explicit repository context with the --repo flag is required when running gh commands for pull requests, ensuring accurate scoping for issues, PRs, and workflow runs across teams.

What is the best way to retrieve GitHub API data across multiple repositories?

Retrieve GitHub API data across multiple repositories by utilizing the gh api subcommand with explicit repository context, providing structured JSON output to support reporting and automation requirements.

Does the gh CLI return JSON output for workflow runs and issues?

The gh CLI provides JSON output when requested for workflow runs, issues, and pull requests, supplying structured data for audit, reporting, and automation of routine GitHub maintenance tasks.

Can I use gh CLI to automate routine GitHub maintenance tasks across different teams?

Use gh CLI to automate routine GitHub maintenance tasks across different teams by executing scriptable subcommands for issues, PRs, and workflow runs with consistent repository-scoped context.