github

Automate GitHub issue and pull request management via the gh CLI.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill github-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/github
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill github-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

The skill simplifies interacting with GitHub repositories using the 'gh' CLI, reducing the complexity of managing issues, pull requests, and repository data.

Core Features & Use Cases

  • Issue and PR Management: Automate checking CI status on pull requests and listing recent workflow runs.
  • Advanced Queries: Use 'gh api' for specific data retrieval not available through other subcommands.
  • Structured Output: Obtain JSON outputs for detailed analysis.
  • Use Case: Streamline the review process by checking CI status and viewing logs for failed steps directly from the command line.

Quick Start

Run the 'gh pr checks 55' command to check the CI status for pull request number 55.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check CI status on a GitHub pull request from the command line?

Check CI status on a GitHub pull request by running the 'gh pr checks' command via the GitHub CLI. This retrieves workflow run results and allows you to view logs for failed steps directly in your terminal.

Can I retrieve specific repository data using GitHub API endpoints with gh?

Yes, retrieve specific repository data using the 'gh api' command. This allows advanced queries for data not available through standard subcommands, returning structured JSON outputs for detailed analysis.

What is the best way to automate issue and pull request management for GitHub repositories?

Automate issue and pull request management by utilizing the 'gh' CLI to script interactions with GitHub repositories. This reduces complexity and streamlines the review process without leaving the terminal.

Do I need the gh CLI installed to manage GitHub workflow runs and issues?

Yes, the 'gh' CLI is a required dependency. You must install and authenticate with it to execute commands for issue management, inspect workflow runs, and retrieve repository data through API calls.

How do I list recent GitHub Actions workflow runs from my terminal?

List recent GitHub Actions workflow runs by executing the appropriate 'gh' CLI command for workflow run inspection. This provides structured output of recent CI/CD pipeline executions directly in your terminal.