github

Automate GitHub repository operations via the gh CLI.

19|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/samttoo22-MewCat/OpenSoul --skill github-samttoo22-mewcat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/samttoo22-MewCat/OpenSoul/tree/main/openclaw/skills/github
Command: npx skills add https://github.com/samttoo22-MewCat/OpenSoul --skill github-samttoo22-mewcat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh CLI, automating tasks related to issues, pull requests, and CI/CD workflows.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: List, view, check CI status, and merge pull requests.
  • CI/Workflow Monitoring: View recent workflow runs, specific run details, and re-run failed jobs.
  • API Queries: Fetch structured data directly from the GitHub API.
  • Use Case: Quickly check the CI status of a specific pull request or create a new issue to report a bug.

Quick Start

Use the github skill to list all open issues 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 the CI status of a pull request using the gh CLI?

To check the CI status of a pull request, this Skill uses the `gh` CLI to query the repository's workflow runs and directly fetch the current status of the specified pull request.

How do I automate GitHub issue management and creation?

Automating GitHub issue management is done by leveraging the `gh` CLI to create new issues, list existing ones, and post comments directly to the repository.

Can I view and re-run failed CI/CD workflow jobs in GitHub?

Yes, you can view recent CI/CD workflow runs, inspect specific run details, and trigger a re-run for failed jobs directly through GitHub API queries executed via the `gh` CLI.

Do I need to install and authenticate the gh CLI to manage pull requests and issues?

Yes, you must install and authenticate the `gh` CLI locally, as this Skill relies entirely on it to execute GitHub API queries, manage pull requests, and automate repository operations.

What is the best way to fetch structured data directly from the GitHub API?

The best way to fetch structured data from the GitHub API is by using this Skill to execute direct API queries via the `gh` CLI, returning repository data for monitoring and management tasks.

Can I list all open issues in a specific GitHub repository?

Yes, you can list all open issues in a specific repository by instructing the Skill to use the `gh` CLI to query and return the current issue list.