github

Automate GitHub repository operations with the gh CLI.

4|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adamhjouj/shieldclaw --skill github-adamhjouj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/adamhjouj/shieldclaw/tree/main/openclaw/skills/github
Command: npx skills add https://github.com/adamhjouj/shieldclaw --skill github-adamhjouj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub workflow management and automation using the gh CLI to perform common tasks without the GitHub UI.

Core Features & Use Cases

  • Manage issues and PRs (create, comment, close) and monitor CI status.
  • List, filter, and query repository data and CI runs across multiple repos.
  • View and interact with PR checks and workflow logs from the command line.

Quick Start

List open PRs in a repository and show their status.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub repository operations like pull requests and issues?

You can automate GitHub repository operations by using the gh CLI to manage pull requests, track issues, and perform common workflow tasks without navigating the GitHub UI. It enables automated PR management and issue tracking across multiple projects.

How do I monitor CI status and workflow logs from the command line?

To monitor CI checks from the command line, use the gh CLI to view and interact with PR checks and workflow logs. You can list, filter, and query CI runs across multiple repositories to track build status directly in your terminal.

Do I need gh authentication to query repository data across multiple projects?

Yes, gh authentication is required to query repository data across multiple projects. You must authenticate the gh CLI and have proper access permissions to the target repositories to list and filter repository information.

Can I create, comment, and close GitHub issues without the web interface?

Yes, you can create, comment, and close GitHub issues without the web interface by using gh CLI commands. This allows you to manage issues and pull requests directly from the command line for faster workflow automation.

What is the best way to list open pull requests and check their status in a repository?

The best way to list open pull requests and show their status is by executing gh CLI commands against the target repository. This command-line approach retrieves PR data and displays current check statuses without loading the GitHub UI.