github

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

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill github-lemonlqf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/lemonlqf/openclaw-rtsp/tree/main/skills/github
Command: npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill github-lemonlqf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh command-line interface, simplifying tasks related to issues, pull requests, and CI/CD runs.

Core Features & Use Cases

  • Check PR Status: Verify the status of checks for a specific pull request.
  • List Runs: View a list of recent GitHub Actions runs.
  • View Run Details: Inspect the logs and status of a specific run.
  • API Queries: Directly query the GitHub API for repository data.
  • JSON Output: Retrieve structured data (like issues or PRs) in JSON format for further processing.
  • Use Case: Quickly check if the CI tests for a specific pull request are passing before merging.

Quick Start

Check the status of checks for pull request number 55 in 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 check GitHub PR status and view CI runs via the command line?

To check GitHub PR status and view CI runs, you can use the `gh` CLI to verify check statuses for specific pull requests and list recent GitHub Actions runs. This provides direct terminal access to repository CI/CD data.

Can I query the GitHub API to retrieve structured JSON output for issues and pull requests?

Yes, you can query the GitHub API to retrieve structured JSON output for issues and pull requests. This allows you to fetch repository data in a machine-readable format for further processing and analysis.

Do I need to install and authenticate the `gh` CLI to manage GitHub repositories?

Yes, you must have the `gh` CLI installed and authenticated to manage GitHub repositories. This prerequisite ensures secure access to query repository data, manage issues, and inspect CI runs.

What is the best way to inspect logs for a specific GitHub Actions run?

The best way to inspect logs for a specific GitHub Actions run is by using the `gh` CLI to view run details. This command-line approach retrieves the exact status and log outputs directly from your repository.

Does this approach work for listing recent GitHub Actions runs across my repositories?

Yes, this approach works for listing recent GitHub Actions runs. By leveraging the `gh` CLI, you can view a list of recent workflow runs and inspect their details directly through the command line.