github

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

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/adiytharpansa/Openclaw-backup --skill github-adiytharpansa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/adiytharpansa/Openclaw-backup/tree/main/skills/github
Command: npx skills add https://github.com/adiytharpansa/Openclaw-backup --skill github-adiytharpansa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies GitHub repository management by providing a reliable way to interact with issues, pull requests, workflow runs, and advanced repository data through the GitHub CLI.

Core Features & Use Cases

  • Pull Request Management: Check pull request CI status and inspect review workflows from the command line.
  • Workflow Monitoring: List recent GitHub Actions runs and investigate failed workflow steps.
  • Advanced Repository Queries: Use GitHub API commands to retrieve structured repository and pull request information for automation tasks.

Quick Start

Use the github skill to check the latest pull request checks for my repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the CI status of a pull request from the command line?

You can check pull request CI status from the command line by using this Skill to execute GitHub CLI commands. It interacts with GitHub workflows to inspect review statuses and retrieve check results for your repository.

How do I list recent GitHub Actions runs and investigate failed workflow steps?

To list recent GitHub Actions runs and investigate failed workflow steps, the Skill uses the gh CLI to query workflow data. It monitors GitHub Actions runs and identifies specific failed steps within your repository.

Can I use GitHub API commands to retrieve structured repository data for automation?

Yes, you can use GitHub API commands to retrieve structured repository data for automation. The Skill executes API-based queries via the gh CLI to pull structured repository and pull request information.

Do I need the gh CLI installed to manage GitHub repository operations?

Yes, you need the gh CLI installed and authenticated to manage GitHub repository operations. The Skill requires the gh CLI for authenticated GitHub access and structured command execution for issues and pull requests.

What is the best way to automate pull request management and status checks?

The best way to automate pull request management and status checks is using gh CLI integration. This Skill provides reliable command-line GitHub automation to inspect review workflows and CI statuses.