github

Automate GitHub repository management via gh CLI for PRs, issues, and CI workflows.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/191854169/openclawFork --skill github-191854169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/191854169/openclawFork/tree/main/skills/github
Command: npx skills add https://github.com/191854169/openclawFork --skill github-191854169

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines GitHub workflows by controlling repositories, issues, PRs, and CI from the command line, reducing context switching and manual UI interactions.

Core Features & Use Cases

  • Manage PRs: list, view, create, merge, or close pull requests.
  • Manage issues: create, comment, close issues, and view labels or assignees.
  • CI & API: query workflow runs, retrieve logs, and perform API queries for repository data.
  • Repo discovery: list repositories, stars, forks, and collaborators for project oversight.

Quick Start

Authenticate with gh auth login, then start managing PRs and issues using gh pr and gh issue commands for your repositories.

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 management from the command line?

Automating GitHub repository management involves using the gh CLI to control repositories, issues, PRs, and CI workflows, which reduces manual UI interactions and context switching. You can list repositories, retrieve stars, and manage collaborators directly.

Can I check PR status and query CI workflow runs using gh CLI?

Yes, checking PR status and querying CI workflow runs are supported via gh CLI commands. You can query workflow runs, retrieve logs, list pull requests, and perform API queries for repository data across multiple repositories using scoping parameters.

Do I need to authenticate with gh auth login before managing issues and PRs?

Yes, you must authenticate with gh auth login before managing issues and PRs. Authentication via gh auth is required to enable gh pr and gh issue commands for creating, commenting, closing, and merging across your scoped repositories.

What is the best way to list and manage pull requests across multiple repositories?

The best way to manage pull requests across multiple repositories is using the gh CLI with repository scoping via the --repo parameter. This allows you to list, view, create, merge, or close pull requests efficiently from the command line.

Does GitHub CLI support creating issues and viewing labels for project oversight?

Yes, GitHub CLI supports creating issues, commenting, closing issues, and viewing labels or assignees. It also enables repo discovery by listing repositories, stars, forks, and collaborators for comprehensive project oversight.