github

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

307|86|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/johnson7788/MultiUserClaw --skill github-johnson7788
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/johnson7788/MultiUserClaw/tree/main/openclaw/skills/github
Command: npx skills add https://github.com/johnson7788/MultiUserClaw --skill github-johnson7788

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating tasks like checking PR status, managing issues, and monitoring CI runs, saving developers time and reducing manual oversight.

Core Features & Use Cases

  • Pull Request Management: Check PR status, view details, create, and merge PRs.
  • Issue Tracking: Create, close, and comment on GitHub issues.
  • CI/Workflow Monitoring: List and view status of workflow runs, including logs for failed jobs.
  • API Queries: Fetch specific repository data using the GitHub API.
  • Use Case: When a pull request fails its CI checks, this skill can be used to quickly view the logs and identify the cause of the failure.

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 status of a pull request using the gh CLI?

To check a pull request status, query the GitHub repository data using the gh CLI. This skill supports checking PR statuses, viewing details, and monitoring CI/CD workflow runs to identify if checks have failed.

How can I view CI run logs for failed GitHub Actions jobs?

You can view CI run logs for failed jobs by listing and checking workflow run statuses via the gh CLI. This skill automates monitoring GitHub Actions workflows and retrieving specific logs to identify failure causes.

What is the best way to manage GitHub issues and pull requests from the command line?

Managing GitHub issues and pull requests from the command line is done by interacting with repositories through the gh CLI. You can create, close, comment on issues, and create or merge pull requests directly.

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

Yes, you must have the gh CLI installed and authenticated to manage GitHub repositories. This prerequisite allows the skill to interact with your repository data, manage pull requests, and monitor CI runs.

Can I create and merge pull requests directly through a script?

Yes, you can create and merge pull requests directly by executing gh CLI commands within scripts. This skill supports pull request management, allowing you to automate creating and merging PRs alongside issue tracking.