github

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

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill github-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/skills/github
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill github-badbsallyy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD pipeline runs directly from the command line.

Core Features & Use Cases

  • Issue Management: Create, list, and manage GitHub issues.
  • Pull Request Operations: Review, merge, and check the status of pull requests.
  • CI/CD Monitoring: Track and inspect workflow runs and their logs.
  • Advanced API Access: Utilize gh api for custom queries and data retrieval.
  • Use Case: Quickly check the CI status of a specific pull request or list the last 10 workflow runs for a repository.

Quick Start

Use the github skill to list the last 10 workflow runs 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 issues and pull requests from the command line?

You can manage GitHub issues and pull requests from the command line by using the `gh` CLI to create, list, review, and merge them directly. This streamlines repository interactions without needing the web interface.

Can I check the CI/CD workflow runs for my repository using the GitHub CLI?

Yes, you can check CI/CD workflow runs using the GitHub CLI to track and inspect pipeline statuses. It allows you to quickly view the last 10 workflow runs and retrieve specific logs for a repository.

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

Yes, you need to install and authenticate the `gh` CLI binary to manage repositories. This prerequisite ensures secure access to your GitHub data for managing issues, pull requests, and CI/CD runs.

How do I query custom repository data with the gh api?

You can query custom repository data with `gh api` by utilizing structured output flags like `--json` and `--jq`. This allows for detailed, programmatic data retrieval from your GitHub repositories.

What is the best way to track the CI status of a specific pull request on GitHub?

The best way to track the CI status of a specific pull request on GitHub is by using the `gh` CLI. It enables you to directly check the workflow run status and inspect logs associated with that pull request.