github

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

Updated May 5, 2026
One-click install
npx skills add https://github.com/saif27217/microclaw-setup --skill github-saif27217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/saif27217/microclaw-setup/tree/main/skills/github
Command: npx skills add https://github.com/saif27217/microclaw-setup --skill github-saif27217

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interaction with GitHub, handling tasks like checking PR status, viewing workflow runs, and performing advanced queries with ease.

Core Features & Use Cases

  • Pull Request Management: Check CI status, list recent workflow runs, and view failed steps for PRs.
  • Advanced Queries: Execute custom API queries to fetch specific data not available through other subcommands.
  • Use Case: Need to quickly assess the status of a pull request in GitHub and ensure it has passed all checks. Use this Skill to get the CI status directly.

Quick Start

Use the github skill to check the CI status for PR #1234 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 GitHub pull request using command line tools?

To check the CI status of a GitHub pull request, you can use a tool that runs the gh CLI to fetch check statuses directly. This allows you to quickly assess if a PR has passed all required workflow runs and view any failed steps without manual web navigation.

What is the best way to inspect failed workflow runs for a GitHub repository?

Inspecting failed workflow runs is handled by querying GitHub actions through the gh CLI. You can retrieve recent run histories and target specific failed steps to diagnose CI issues efficiently and streamline your debugging process.

Do I need the gh CLI installed to automate GitHub pull request management?

Yes, you need the gh CLI installed on your system to automate GitHub pull request management. This dependency provides the necessary API interface to execute status checks, list workflow runs, and perform advanced queries.

Can I execute custom GitHub API queries to fetch specific repository data?

Yes, you can execute custom GitHub API queries to fetch specific repository data not available through standard subcommands. This advanced querying capability leverages the gh CLI to retrieve targeted information for your unique operational needs.

How does automating GitHub actions with scripts compare to manual web interface monitoring?

Automating GitHub actions with scripts via the gh CLI streamlines operations by eliminating manual web interface monitoring. It provides direct, programmatic access to CI status and workflow runs, significantly reducing intervention time and improving response efficiency.