github

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

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/victor-brechbill/claw-kernel --skill github-victor-brechbill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/victor-brechbill/claw-kernel/tree/main/skills/github
Command: npx skills add https://github.com/victor-brechbill/claw-kernel --skill github-victor-brechbill

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 pipeline runs directly from the command line.

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Operations: Check CI status, list, and view pull request details.
  • CI/CD Workflow Monitoring: List and view workflow runs, including logs for failed steps.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval.
  • Use Case: Quickly check the status of a pull request's automated tests or view the logs of a failed CI run without navigating to the GitHub website.

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

Check pull request CI status by listing workflow runs and viewing specific run details. You can retrieve the status of automated tests for a pull request and view logs for failed CI steps directly without navigating to the GitHub website.

How do I view logs for a failed GitHub Actions workflow run?

View logs for a failed GitHub Actions workflow run by listing workflow runs to find the failed execution and retrieving the specific run details and logs. This allows you to inspect failed step outputs directly from the command line.

Do I need the GitHub CLI installed to manage issues and pull requests?

Yes, you need the GitHub CLI (`gh`) installed and authenticated to manage issues and pull requests. The Skill interacts with GitHub repositories using the `gh` CLI to execute commands for issue management and pull request operations.

Can I retrieve structured data from the GitHub API using complex queries?

Yes, you can retrieve structured data from the GitHub API using complex queries. The Skill utilizes `gh api` for advanced API access, enabling structured data retrieval and automated checks beyond standard issue and pull request management commands.

What is the best way to automate GitHub issue management without opening a browser?

Automate GitHub issue management by using the `gh` CLI to create, list, and view issues directly from the command line. This approach streamlines repository interactions and allows for efficient issue tracking without browser navigation.