github

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill github-planetazuzu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/planetazuzu/planetazuzu-memory/tree/main/skills/openclaws-kb/skills/github
Command: npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill github-planetazuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, issues, pull requests, and CI/CD pipelines directly from the command line, reducing the need to navigate the web interface for common tasks.

Core Features & Use Cases

  • Issue & PR Management: Create, list, comment on, and manage the status of issues and pull requests.
  • CI/CD Monitoring: Check the status of GitHub Actions runs and view logs.
  • API Queries: Fetch repository data and metadata using the GitHub CLI's API capabilities.
  • Use Case: Quickly check the status of all open pull requests for a specific repository and identify any that are blocked from merging.

Quick Start

Use the github skill to list all open pull requests for 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 manage GitHub pull requests from the command line?▼

Manage GitHub pull requests from the command line by creating, listing, and commenting on PRs directly through the `gh` CLI. You can check PR status and identify blocked merges without navigating the web interface.

Can I monitor GitHub Actions CI/CD runs via CLI?▼

Monitor GitHub Actions CI/CD runs via CLI by checking the status of workflow runs and viewing logs. This streamlines pipeline monitoring directly from the terminal using the `gh` CLI binary.

Do I need the `gh` CLI installed to query repository data via the GitHub API?▼

Querying repository data via the GitHub API requires the `gh` CLI binary to be installed and authenticated. This setup allows you to fetch repository metadata and data directly from the command line.

What's the best way to create and manage GitHub issues without using the web interface?▼

Create and manage GitHub issues without the web interface by using the `gh` CLI to open, list, and comment on issues. This reduces manual navigation for common repository tasks.

Does this approach work for checking if a pull request is blocked from merging?▼

Checking if a pull request is blocked from merging is supported by listing open PRs and querying their status via the `gh` CLI. This quickly identifies blocked merges for a specific repository.