github

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

10|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/openheron/openheron --skill github-openheron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/openheron/openheron/tree/main/openheron/skills/github
Command: npx skills add https://github.com/openheron/openheron --skill github-openheron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing users to manage issues, pull requests, and CI/CD workflow runs directly from their command line.

Core Features & Use Cases

  • Pull Request Checks: Monitor the status of Continuous Integration checks on pull requests.
  • Workflow Run Management: List and inspect recent GitHub Actions workflow runs, including viewing logs for failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval from GitHub.
  • Use Case: Quickly check if a specific pull request has passed all its CI checks before merging, or investigate why a recent deployment workflow failed by viewing its logs.

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 for a pull request before merging?

To monitor pull request CI status, this Skill inspects Continuous Integration checks directly on your pull requests. It allows you to quickly verify if a specific PR has passed all its required checks before merging.

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

To view logs for a failed GitHub Actions workflow, you can list and inspect recent workflow runs. This feature supports viewing logs specifically for failed steps to help investigate why a recent deployment workflow failed.

Can I use the gh CLI to manage GitHub issues and pull requests?

Yes, you can manage GitHub issues and pull requests using the gh CLI. This Skill interacts with GitHub repositories directly through the command line to streamline the management of issues, PRs, and CI/CD workflow runs.

Do I need to install the gh CLI to retrieve data from the GitHub API?

Yes, you need the gh CLI binary installed and configured to retrieve data from the GitHub API. The Skill utilizes the gh api command to perform advanced and custom data retrieval from your repositories.

What is the best way to investigate why a recent deployment workflow failed?

The best way to investigate a failed deployment workflow is to inspect recent GitHub Actions workflow runs. You can view the logs for the failed steps to pinpoint the exact cause of the deployment failure.