github

Automate GitHub operations by orchestrating gh CLI commands for issues, PRs, CI runs, and API queries.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill github-sarathi-aiml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/sarathi-aiml/openclaw-zero-trust/tree/main/skills/github
Command: npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill github-sarathi-aiml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub operations by controlling the GitHub CLI (gh) to manage issues, PRs, CI runs, and API queries.

Core Features & Use Cases

  • Issue and PR management: create, view, and comment on issues and PRs from the AI workflow.
  • CI and workflow inspection: check status of workflows and view run details for ongoing pipelines.
  • API access: query repository data using gh api for custom reports and analytics.

Quick Start

Ask me to fetch PR status for a repository using gh by supplying owner/repo.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check pull request status using gh CLI from an AI workflow?

To check pull request status, the Skill orchestrates gh CLI commands like gh pr to fetch and review PR details directly within your local development workflow. It automates PR status checks rapidly by running gh commands in the background.

Can I automate GitHub issue management without using the web interface?

Yes, you can automate GitHub issue management by orchestrating gh issue commands to create, view, and comment on issues. This allows you to manage issues locally and rapidly without navigating the GitHub web interface.

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

The best way to inspect CI workflow runs is using gh run commands orchestrated by this Skill to check workflow statuses and view detailed run information for ongoing pipelines in your owner/repo context.

Do I need to install GitHub CLI to query repository data and API endpoints?

Yes, you need the GitHub CLI (gh) installed and available in your PATH to query repository data. The Skill orchestrates gh api commands to retrieve custom repository data and analytics locally.

Does this GitHub automation approach work for custom repository analytics?

Yes, this GitHub automation approach works for custom analytics by orchestrating gh api commands. It queries repository data directly in owner/repo contexts, enabling rapid retrieval of custom reports and analytics.