github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing you to manage issues, pull requests, and CI/CD workflows directly from your command line.

Core Features & Use Cases

  • Issue Management: List, view, and interact with GitHub issues.
  • Pull Request Monitoring: Check the status of CI checks on pull requests.
  • CI/CD Workflow Inspection: List and view details of GitHub Actions runs, including logs for failed steps.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval not covered by other commands.
  • Use Case: Quickly check the CI status of a specific pull request or review the logs of a failed workflow run to diagnose issues.

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?

To check the CI status of a pull request, you can interact with GitHub repositories using the gh CLI to monitor pull request checks and view details of GitHub Actions runs.

Do I need to install and authenticate the gh binary to manage GitHub issues and PRs?

Yes, managing GitHub issues, pull requests, and CI runs requires the gh binary to be installed and authenticated in your environment before executing any commands.

What is the best way to retrieve complex repository data not covered by standard GitHub commands?

Retrieving complex repository data is best handled by utilizing gh api for advanced queries, allowing you to fetch specific endpoints and filter structured JSON output using --jq.

Can I view logs for failed CI/CD workflow steps directly in my terminal?

Yes, you can inspect CI/CD workflows and view logs for failed steps directly in your terminal by listing and viewing details of GitHub Actions runs through the command line interface.

How do I list and interact with GitHub issues using gh api and structured JSON output?

You can list and interact with GitHub issues by executing gh CLI commands, leveraging advanced querying via gh api, and filtering the structured JSON output with --jq for precise data extraction.