github

Automate GitHub tasks including PRs, issues, CI runs, and repository data via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations can be repetitive and error-prone when done manually. This skill centralizes common tasks through the gh CLI, enabling faster PR reviews, issue triage, CI status checks, and repository information retrieval.

Core Features & Use Cases

  • Manage pull requests: list, view, create, and merge PRs.
  • Work with issues: create, comment, close, and filter issues.
  • View CI runs and logs: monitor workflows and extract run details.
  • API queries and repository data: fetch details via gh api and summarize results.

Quick Start

Authenticate with gh and list open PRs in a repository to begin.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub PR and issue management tasks?

You can automate GitHub PR and issue management by executing gh CLI commands to list, view, create, merge, comment on, and close items across multiple repositories.

What is the best way to check CI workflow runs and extract logs?

The best way to check CI workflow runs is using this skill to monitor workflows and extract run details directly from your repository data via the gh CLI.

Do I need to authenticate the gh CLI before managing repositories?

Yes, you must have the gh CLI installed and authenticated with access to target repositories before you can automate routine GitHub tasks and fetch repository data.

Can I fetch and summarize repository data using the gh api?

Yes, you can fetch details via gh api queries and summarize results to retrieve specific repository information across multiple repositories efficiently.

Does this approach work for managing multiple repositories at once?

Yes, this approach works across multiple repositories, allowing you to centralize routine GitHub tasks like PR reviews, issue triage, and CI status checks simultaneously.