github

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

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill github-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/github
Command: npx skills add https://github.com/malue-ai/dazee-small --skill github-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex GitHub operations by leveraging the official gh command-line interface, making it easier to manage issues, pull requests, and CI/CD pipelines.

Core Features & Use Cases

  • Pull Request Monitoring: Check the status of CI checks on specific pull requests.
  • Workflow Run Analysis: List and view details of recent GitHub Actions workflow runs, including logs for failed steps.
  • Advanced API Access: Utilize gh api for custom queries and data retrieval beyond standard subcommands.
  • Use Case: Quickly identify why a pull request failed by checking its CI status and then viewing the specific logs of the failed workflow run.

Quick Start

Check the CI status for pull request number 55 on 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 using the GitHub CLI?

Check the CI status of a pull request by using the GitHub CLI to query repository checks. This Skill facilitates interaction with GitHub resources, allowing you to directly retrieve the status of CI checks for specific pull requests.

How do I view logs for failed GitHub Actions workflow runs?

View logs for failed GitHub Actions workflow runs by listing recent workflow runs and requesting detailed logs. This Skill supports workflow run analysis to help you identify specific logs for failed steps.

Can I run custom queries against the GitHub API with this CLI?

Run custom queries against the GitHub API by utilizing the `gh api` command for advanced data retrieval. This Skill supports advanced API access to extract detailed data beyond standard subcommands.

Do I need the GitHub CLI installed to manage repository workflows?

You need the GitHub CLI tool installed and configured to manage repository workflows. This Skill leverages the official `gh` command-line interface to facilitate interaction with GitHub repositories and their associated resources.

What is the best way to identify why a GitHub pull request failed?

Identify why a GitHub pull request failed by checking its CI status and viewing the specific logs of the failed workflow run. This Skill simplifies complex GitHub operations to help you quickly pinpoint failure reasons.

Are there limitations to managing CI/CD pipelines with the GitHub CLI?

Limitations of managing CI/CD pipelines with the GitHub CLI involve relying on the standard subcommands for standard tasks, requiring advanced API queries for detailed data extraction beyond standard capabilities.