github

Automate GitHub repository interactions using the gh CLI for issues, PRs, and workflows.

42|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/2001Haru/CloseClaw --skill github-2001haru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/2001Haru/CloseClaw/tree/main/closeclaw/skills/github
Command: npx skills add https://github.com/2001Haru/CloseClaw --skill github-2001haru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacts with GitHub through the gh CLI to streamline common repository actions from a local workspace.

Core Features & Use Cases

  • Manage issues, pull requests, and CI runs using gh commands.
  • Retrieve statuses, list PRs, and view run details to monitor projects.
  • Use Case: Automate repetitive GitHub maintenance tasks across multiple repositories in a single script.

Quick Start

List open pull requests in a specified repository using the gh pr list command.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue and pull request management across multiple repositories?

To automate GitHub issue triage and pull request management across multiple repositories, use this skill to execute gh CLI commands within local scripts. It leverages the --repo flag to manage repositories outside the current git directory.

Can I use gh CLI to check CI workflow runs and statuses for my code?

Yes, you can check CI workflow runs and statuses using the gh run subcommands. This skill retrieves detailed CI run information and project statuses to help you monitor pipelines directly from your local workspace.

Do I need the gh CLI installed locally to automate GitHub repository tasks?

Yes, you need the gh CLI installed and available in your environment to automate GitHub repository tasks. This skill requires the gh CLI as a dependency to manage issues, PRs, and workflows.

What is the best way to manage GitHub pull requests from a non-git directory?

The best way to manage GitHub pull requests from a non-git directory is using the gh CLI with the --repo flag. This skill automates PR listing and management by targeting specific repositories without requiring a local git clone.

How does gh CLI automation handle repetitive GitHub maintenance tasks?

gh CLI automation handles repetitive GitHub maintenance tasks by scripting subcommands like issue, pr, and run to interact with GitHub data. This streamlines code reviews, issue triage, and CI investigations within a single workflow.