github

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sadiehertzig/clawdia-hertz-openclaw --skill github-sadiehertzig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/sadiehertzig/clawdia-hertz-openclaw/tree/main/agents/clawdia/skills/github
Command: npx skills add https://github.com/sadiehertzig/clawdia-hertz-openclaw --skill github-sadiehertzig

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and automates interactions with GitHub repositories, enabling efficient management of issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Issue & PR Management: Easily list, view, and check the status of GitHub issues and pull requests.
  • CI/CD Workflow Monitoring: Track and debug GitHub Actions runs, including viewing logs for failed steps.
  • Advanced API Access: Utilize gh api for custom queries and data retrieval beyond standard commands.
  • Use Case: Quickly check the CI status of a specific pull request, list recent workflow runs, and view logs for any failed jobs to expedite the code review process.

Quick Start

Use the github skill to check the CI status of 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 the CI status of a pull request from the command line?

To check the CI status of a pull request, you can use the github skill to track GitHub Actions runs and view logs for failed jobs directly via the gh CLI. This expedites code review by automating workflow monitoring.

Can I manage GitHub issues and pull requests without leaving the terminal?

Yes, you can manage GitHub issues and pull requests without leaving the terminal by utilizing the gh CLI. The github skill facilitates interaction with repositories to easily list, view, and check the status of issues and pull requests.

Do I need to install and authenticate the gh CLI to manage repository data?

Yes, you need to install and authenticate the gh CLI to manage repository data. The github skill requires gh CLI authentication to access repository information, perform actions, and run automated checks on issues and pull requests.

What is the best way to view logs for failed GitHub Actions jobs?

The best way to view logs for failed GitHub Actions jobs is using the github skill to monitor CI/CD workflows. It tracks GitHub Actions runs and retrieves specific logs for failed steps to debug workflows directly from the command line.

How do I query repository data beyond standard GitHub commands?

To query repository data beyond standard GitHub commands, you can utilize the gh api command through the github skill. This allows you to perform advanced API queries and retrieve custom data for your repositories via the CLI.