github

Automate GitHub repository management tasks using the gh CLI.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill github-openclaw-easy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/skills/github
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill github-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations are often manual and time-consuming when using the web UI; this skill enables scripting and automation of common workflows via the gh CLI, reducing manual navigation and context switching.

Core Features & Use Cases

  • Check PR status, reviews, and merge readiness using gh pr commands.
  • View CI/workflow run statuses and logs, create issues, and manage PRs.
  • Query the GitHub API for repository data, list repos, releases, and collaborators.

Quick Start

Authenticate with gh and start managing your repos with a simple command like gh pr list --repo owner/repo

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub repository management tasks using gh CLI?

Automate GitHub repository management by executing gh CLI commands to check PR status, view CI workflow runs, create issues, and merge pull requests without manual web UI navigation. This reduces context switching and accelerates common development workflows through scripted automation.

Can I check pull request status and CI results via gh CLI?

Check pull request status and CI results via gh CLI by running specific commands to view PR reviews, merge readiness, and workflow run logs. This allows developers to monitor repository health and continuous integration outcomes directly from the terminal.

What GitHub API queries can I run to list repository data, releases, and collaborators?

Query the GitHub API to list repository data, releases, and collaborators by leveraging built-in gh CLI commands. This enables rapid retrieval of structural repository information and team access lists for auditing and automated documentation purposes.

Do I need gh installed and authenticated to manage issues and merge PRs?

You need gh installed and authenticated to manage issues and merge PRs through this approach. Authentication establishes the necessary permissions required to execute write operations like commenting on issues and merging pull requests on target repositories.

What is the best way to create and comment on issues for GitHub repos?

The best way to create and comment on issues for GitHub repos is using gh CLI commands to automate the process. This method eliminates manual web UI navigation, allowing rapid issue generation and inline commenting directly within local development environments.