github

Automate GitHub pull request, issue, and CI/CD operations via the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, issues, pull requests, and CI/CD pipelines by leveraging the official GitHub CLI.

Core Features & Use Cases

  • PR & CI Monitoring: Check the status of pull requests, reviews, and CI/workflow runs.
  • Issue Management: Create, comment on, and close GitHub issues.
  • API Queries: Fetch repository data, labels, and statistics using the GitHub API.
  • Use Case: You need to quickly check if a specific pull request has passed all its CI checks before merging.

Quick Start

Use the github skill to list all open pull requests for 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 if a pull request has passed CI checks before merging?

To check pull request status, you can use this Skill to query PR reviews and CI/CD workflow runs via the `gh` CLI. It automates monitoring pipeline status to ensure all checks pass before merging.

Can I automate creating and commenting on GitHub issues from the command line?

Yes, you can automate GitHub issue management by using this Skill to create, comment on, and close issues. It leverages the `gh` CLI to interact directly with your repository's issue tracking.

How do I list and filter open pull requests for a specific repository?

You can list and filter open pull requests by using this Skill to execute `gh` CLI commands. It fetches repository data to display active PRs based on your specified filters.

Do I need to configure `gh` CLI authentication to manage GitHub repositories?

Yes, you need `gh` CLI authentication and configuration for repository access. This Skill relies on the official GitHub CLI to automate operations like PR management and issue tracking.

What is the best way to view CI/CD run logs for GitHub workflow runs?

The best way to view CI/CD run logs is using this Skill to fetch workflow run data via the GitHub API. It automates retrieving run logs to help you monitor pipeline execution and debug failures.

How do I fetch repository labels and statistics using the GitHub API?

You can fetch repository labels and statistics by using this Skill to query the GitHub API. It leverages `gh` CLI commands to pull specific repository data needed for your workflow.