github

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

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill github-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/github
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill github-linuxhsj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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: Check PR status, view details, create, and merge PRs.
  • CI/Workflow Monitoring: List and view logs for GitHub Actions runs.
  • API Queries: Fetch repository data and metadata using the GitHub API.
  • Use Case: When a pull request fails its CI checks, use this skill to quickly view the logs and identify the cause of the failure.

Quick Start

Use the github skill to list all open pull requests for the repository owner/repo.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate checking GitHub pull request status and viewing CI logs?

To check GitHub pull request status and view CI logs, use this Skill to automate operations via the `gh` CLI. It lists GitHub Actions runs and retrieves run logs to identify CI failure causes.

Can I create and comment on GitHub issues automatically from the command line?

Yes, you can create and comment on GitHub issues automatically. This Skill leverages the `gh` CLI to manage issues, allowing you to list, create, and add comments directly without manual web interaction.

Do I need the `gh` CLI installed and authenticated to manage GitHub repositories?

Yes, the `gh` CLI must be installed and authenticated. This Skill requires the `gh` CLI to execute repository operations, query the GitHub API, and manage pull requests, issues, and workflows.

What is the best way to fetch repository data using the GitHub API for CI/CD workflows?

The best way to fetch repository data for CI/CD workflows is using this Skill to query the GitHub API. It automates data retrieval and metadata fetching via the `gh` CLI for repository operations.

Why does my GitHub Actions workflow fail, and how can I view the run logs?

If a GitHub Actions workflow fails, you can use this Skill to view the run logs and identify the cause. It automates fetching CI run logs through the `gh` CLI to pinpoint failures.