github

Automate GitHub interactions via the gh CLI for PR checks and workflow runs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages tasks like checking pull request CI status, listing recent workflow runs, and advanced API queries within the GitHub ecosystem, automating routine checks and enhancing development efficiency.

Core Features & Use Cases

  • PR Checks: Check CI status for a specific pull request.
  • Workflow Runs: List and view workflow runs, including those that have failed.
  • API Queries: Retrieve information from GitHub's API for detailed data exploration.
  • Use Case: Use this Skill to manage PR reviews, identify bottlenecks in the CI/CD pipeline, or gather specific metrics directly from the GitHub API.

Quick Start

Run gh pr checks 55 to check the CI status for the pull request #55.

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 specific pull request on GitHub?

To check the CI status for a specific pull request, you can use this Skill to run a command like `gh pr checks 55` for PR #55. It automates interactions with the GitHub CLI to retrieve continuous integration statuses directly.

What is the best way to list recent failed workflow runs on GitHub?

The best way to list and view recent failed workflow runs is by using this Skill to automate GitHub CLI queries. It enables listing workflow runs within the GitHub ecosystem to quickly identify failed continuous integration pipelines.

How do I execute advanced API queries to retrieve detailed GitHub metrics?

You can execute advanced API queries to retrieve GitHub metrics using this Skill. It automates interactions with the GitHub API via the gh CLI, enabling detailed data exploration and gathering of specific repository metrics.

Do I need the gh CLI installed to automate GitHub workflow checks and PR reviews?

Yes, you need the gh CLI installed because this Skill depends on it to automate GitHub interactions. It uses the GitHub CLI to execute commands for checking PR statuses, managing workflow runs, and running API queries.

Can I use this to identify bottlenecks in my CI/CD pipeline on GitHub?

Yes, you can use this Skill to identify bottlenecks in your CI/CD pipeline. It allows you to manage PR reviews, list workflow runs including failures, and check CI statuses to enhance your development efficiency.