github

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

93|20|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill github-seedprod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/seedprod/openclaw-prompts-and-skills/tree/main/.claude/skills/github
Command: npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill github-seedprod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes 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 workflows directly from the command line.

Core Features & Use Cases

  • Issue Management: List, view, and interact with GitHub issues.
  • Pull Request Monitoring: Check CI statuses and view details of pull requests.
  • CI/CD Workflow Management: List and view details of GitHub Actions runs, including logs for failed steps.
  • Advanced API Queries: Utilize gh api for complex data retrieval beyond standard subcommands.

Quick Start

Check the CI status 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 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 tool to list, view, and interact with repository data directly without navigating the web interface.

Can I check the CI status of a pull request using the GitHub CLI?

Yes, you can check the CI status of a pull request using the GitHub CLI. The Skill supports monitoring CI statuses and viewing detailed pull request information directly from your terminal.

How do I view logs for failed steps in GitHub Actions workflows?

To view logs for failed steps in GitHub Actions workflows, use the `gh` CLI to list workflow runs and access detailed logs for specific failed steps directly within your terminal environment.

Do I need the GitHub CLI installed and authenticated to manage CI/CD workflows?

Yes, you need the `gh` CLI tool installed and authenticated. This Skill requires an active authenticated session to interact with GitHub repositories and manage your CI/CD workflows.

What is the best way to query complex repository data beyond standard GitHub CLI subcommands?

The best way to query complex repository data is using the `gh api` command. This allows you to perform advanced API queries for detailed data retrieval beyond what standard CLI subcommands offer.

Why use the GitHub CLI for repository management instead of the web interface?

Using the GitHub CLI streamlines repository management by allowing efficient interaction with issues, pull requests, and CI/CD workflows directly from the command line, reducing context switching.