github

Automate GitHub operations via gh CLI commands for PRs, issues, CI, and API queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations often require switching between the web interface and multiple CLI commands; this skill consolidates common actions into gh CLI workflows to streamline repository management.

Core Features & Use Cases

  • List PRs, view PR details, create or merge PRs
  • Manage issues (list, create, comment, close)
  • View CI run status and logs
  • Query GitHub API for repository data
  • Authenticate and validate access before performing actions

Quick Start

Use gh to list open PRs for owner/repo and display their statuses.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull request status checks and reviews via CLI?

Automate GitHub pull request status checks and reviews by issuing gh CLI commands to list, view, and merge PRs with structured outputs. This skill consolidates PR management workflows into automated gh CLI operations against target repositories.

Can I manage GitHub issues automatically using gh CLI commands?

Manage GitHub issues automatically using gh CLI commands to list, create, comment, and close issues. This skill handles issue management by issuing structured gh CLI commands against your repositories without requiring web interface navigation.

What's the best way to monitor CI run status and logs for GitHub repositories?

Monitor CI run status and logs for GitHub repositories by executing gh CLI check commands through this skill. It automates CI run monitoring across one or more repositories, retrieving run status and logs with structured outputs for analysis.

Do I need gh authentication to automate GitHub operations and API queries?

Yes, gh authentication is required to automate GitHub operations and API queries. This skill validates access and authenticates before performing actions, ensuring gh CLI commands for PRs, issues, and CI checks execute successfully against your repositories.

How do I query the GitHub API for repository data across multiple repositories?

Query the GitHub API for repository data across multiple repositories by issuing gh API commands through this skill. It retrieves structured outputs from API queries, consolidating data retrieval workflows into automated gh CLI operations.

Why does my GitHub automation fail when merging pull requests via gh CLI?

GitHub automation fails when merging pull requests via gh CLI if gh authentication is invalid or access is not validated. This skill authenticates and validates access before performing PR create or merge actions to prevent execution failures.